Typo fixed in docs for the table

Added basic padding and margin classes: 0 for none, 1 for half the spacing size, 2 for normal spacing, and 3 for 1.5 spacing
Minor clean up on the accordion.scss
This commit is contained in:
Yohn 2025-02-06 03:12:10 -05:00
parent 36e4d53e6c
commit eae715943f
3 changed files with 75 additions and 19 deletions

View file

@ -101,10 +101,8 @@
> summary {
margin-block-end: var(#{$css-var-prefix}spacing);
&:not([role]) {
&:not(:focus) {
color: var(#{$css-var-prefix}accordion-open-summary-color);
}
&:not([role]):not(:focus) {
color: var(#{$css-var-prefix}accordion-open-summary-color);
}
&::after {