mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 11:36:14 -04:00
chore: indent scss files
This commit is contained in:
parent
95402d4217
commit
d8909184a1
6 changed files with 22 additions and 2 deletions
|
@ -46,9 +46,11 @@
|
|||
border-radius: var(#{$✨}border-radius);
|
||||
background: none;
|
||||
}
|
||||
|
||||
&[value]::-webkit-progress-value {
|
||||
background-color: var(#{$✨}progress-color);
|
||||
}
|
||||
|
||||
&::-moz-progress-bar {
|
||||
background-color: var(#{$✨}progress-color);
|
||||
}
|
||||
|
@ -68,6 +70,7 @@
|
|||
&[value]::-webkit-progress-value {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
&::-moz-progress-bar {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
@ -87,6 +90,7 @@
|
|||
0% {
|
||||
background-position: 200% 0;
|
||||
}
|
||||
|
||||
100% {
|
||||
background-position: -200% 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue