Merged RTL pull request into css files, and updated docs for hamburger menu.

Will create new versioning soon, I have something else I'd like to include.
This commit is contained in:
Yohn 2024-12-12 21:12:39 -05:00
parent 828d1f3143
commit b7100d22d5
239 changed files with 5355 additions and 838 deletions

View file

@ -16,7 +16,7 @@
cursor: pointer;
@if $enable-transitions {
transition: color var(#{$css-var-prefix}transition);
//transition: color var(#{$css-var-prefix}transition);
}
&:not([role]) {
@ -51,7 +51,7 @@
content: "";
@if $enable-transitions {
transition: transform var(#{$css-var-prefix}transition);
//transition: transform var(#{$css-var-prefix}transition);
}
}
@ -97,7 +97,7 @@
}
&::after {
transform: rotate(0);
//transform: rotate(0);
}
}
}