mirror of
https://github.com/jcreek/phldnhack.git
synced 2026-07-13 02:53:44 +00:00
Added the SCSS Materialize files
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
@mixin box-shadow-2($args1, $args2) {
|
||||
-webkit-box-shadow: $args1, $args2;
|
||||
-moz-box-shadow: $args1, $args2;
|
||||
box-shadow: $args1, $args2;
|
||||
}
|
||||
Reference in New Issue
Block a user