@@ -148,7 +148,7 @@ Displays the title in a title/text pair.
148148| color | CSS color formats | text color | |
149149| css-class | string | class name, added to the root HTML element created | |
150150| font-family | string | font family | |
151- | font-size | ` px ` | font size | ` 16px ` |
151+ | font-size | ` px ` ` rem ` | font size | ` 16px ` |
152152| font-weight | string | text thickness | |
153153| padding | ` px ` ` % ` | accordion title padding, supports up to 4 parameters | ` 16px ` |
154154| padding-bottom | ` px ` ` % ` | accordion title bottom padding | |
@@ -178,22 +178,22 @@ Displays the text in a title/text pair.
178178
179179##### Attributes
180180
181- | attribute | accepts | description | default value |
182- | ---------------- | ----------------- | --------------------------------------------------- | ------------- |
183- | background-color | CSS color formats | background color | |
184- | color | CSS color formats | text color | |
185- | css-class | string | class name, added to the root HTML element created | |
186- | font-family | string | font family | |
187- | font-size | ` px ` | font size | ` 16px ` |
188- | font-weight | string | text thickness | |
189- | letter-spacing | ` px ` ` em ` | letter spacing | |
190- | line-height | ` px ` ` % ` | space between the lines | ` 150% ` |
191- | padding | ` px ` ` % ` | accordion text padding, supports up to 4 parameters | ` 16px ` |
192- | padding-bottom | ` px ` ` % ` | accordion text bottom padding | |
193- | padding-left | ` px ` ` % ` | accordion text left padding | |
194- | padding-right | ` px ` ` % ` | accordion text right padding | |
195- | padding-top | ` px ` ` % ` | accordion text top padding | |
196- | role | string | adds a ` role ` attribute to the slide container | ` region ` |
181+ | attribute | accepts | description | default value |
182+ | ---------------- | ------------------- | --------------------------------------------------- | ------------- |
183+ | background-color | CSS color formats | background color | |
184+ | color | CSS color formats | text color | |
185+ | css-class | string | class name, added to the root HTML element created | |
186+ | font-family | string | font family | |
187+ | font-size | ` px ` ` rem ` | font size | ` 16px ` |
188+ | font-weight | string | text thickness | |
189+ | letter-spacing | ` px ` ` em ` | letter spacing | |
190+ | line-height | ` px ` ` % ` ` em ` ` rem ` | space between the lines | ` 150% ` |
191+ | padding | ` px ` ` % ` | accordion text padding, supports up to 4 parameters | ` 16px ` |
192+ | padding-bottom | ` px ` ` % ` | accordion text bottom padding | |
193+ | padding-left | ` px ` ` % ` | accordion text left padding | |
194+ | padding-right | ` px ` ` % ` | accordion text right padding | |
195+ | padding-top | ` px ` ` % ` | accordion text top padding | |
196+ | role | string | adds a ` role ` attribute to the slide container | ` region ` |
197197
198198##### Modifiers
199199
0 commit comments