mirror of
https://github.com/picocss/pico.git
synced 2025-04-29 12:29:13 -04:00
chore: indent scss files
This commit is contained in:
parent
95402d4217
commit
d8909184a1
6 changed files with 22 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue