mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 19:46: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
|
@ -2,6 +2,7 @@
|
|||
$box-shadow-elevation: 1rem;
|
||||
$box-shadow-blur-strengh: 6rem;
|
||||
$box-shadow-opacity: 0.06;
|
||||
|
||||
@return #{($box-shadow-elevation * 0.5 * 0.029)} #{($box-shadow-elevation * 0.029)} #{(
|
||||
$box-shadow-blur-strengh * 0.029
|
||||
)} #{rgba($color, ($box-shadow-opacity * 0.283))},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue