Reformat code

This commit is contained in:
schmelczerandras 2019-08-24 15:25:43 +02:00
parent 6e27539eca
commit 420cd788c4
94 changed files with 10592 additions and 2608 deletions

4
src/library/utils.scss Normal file
View file

@ -0,0 +1,4 @@
@mixin square($size) {
width: $size;
height: $size;
}