Added the SCSS Materialize files

This commit is contained in:
jcreek
2015-11-07 09:58:43 +00:00
parent 667b46af65
commit 491ccaf422
82 changed files with 22554 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
@mixin box-shadow-2($args1, $args2) {
-webkit-box-shadow: $args1, $args2;
-moz-box-shadow: $args1, $args2;
box-shadow: $args1, $args2;
}