Added Menu Mixins:

Desktop vertical
Desktop vertical
Tablet/Phone Fullscreen
Toggle Button
This commit is contained in:
2017-02-22 01:21:17 +01:00
parent 6d9ce3dacc
commit 5cafe3670b
24 changed files with 946 additions and 54 deletions
+10
View File
@@ -0,0 +1,10 @@
// CSS Properties
// Reset
@import "reset";
// Layout
// FX
@import "fx/transform";
@import "fx/filters";
-3
View File
@@ -1,3 +0,0 @@
@mixin blur($pixel){
filter: blur($pixel);
}
View File
View File