Cleanup & addition of Foundation 5

This commit is contained in:
jcreek
2015-11-07 10:10:59 +00:00
parent 10a3f058a9
commit 4100ca5518
90 changed files with 13828 additions and 0 deletions
@@ -0,0 +1,5 @@
@mixin box-shadow-2($args1, $args2) {
-webkit-box-shadow: $args1, $args2;
-moz-box-shadow: $args1, $args2;
box-shadow: $args1, $args2;
}