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

@ -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))},