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
+9
View File
@@ -0,0 +1,9 @@
(function ($) {
$(document).ready(function() {
$(document).on('click.chip', '.chip .material-icons', function (e) {
$(this).parent().remove();
});
});
}( jQuery ));