chore: indent scss files

This commit is contained in:
Lucas Larroche 2023-02-15 00:14:05 +07:00
parent 95402d4217
commit d8909184a1
6 changed files with 22 additions and 2 deletions

View file

@ -51,6 +51,7 @@
background-image: var(#{$}icon-chevron);
}
}
&.contrast:not(.outline) {
&::after {
background-image: var(#{$}icon-chevron-button-contrast);
@ -245,6 +246,7 @@
+ ul {
transform: scaleY(1);
opacity: 1;
@if $enable-transitions {
transition: opacity var(--pico-transition), transform 0s ease-in-out 0s;
}
@ -260,6 +262,7 @@
+ ul {
transform: scaleY(1);
opacity: 1;
@if $enable-transitions {
transition: opacity var(--pico-transition), transform 0s ease-in-out 0s;
}