Run scss formatter

This commit is contained in:
George Drummond
2019-05-01 12:44:46 -04:00
parent fc862b4f5b
commit 21d2b5dba3
44 changed files with 519 additions and 390 deletions

View File

@@ -4,6 +4,7 @@
> svg {
width: 100%;
height: 100%;
* {
transition: fill $hover-transition-time;
}
@@ -11,7 +12,8 @@
}
@mixin icon-size($size) {
$icon-size: $size * .1rem;
$icon-size: $size * 0.1rem;
width: $icon-size;
height: $icon-size;
margin: $icon-size / 4;