Skip to content

Commit

Permalink
Merge pull request #177 from mnannola/FixBlueprintSass
Browse files Browse the repository at this point in the history
Removed blueprint temporary fix for materialize.css that is no longer
  • Loading branch information
mike-north committed Jul 13, 2015
2 parents c80fbb5 + ea465cc commit 4e05bf7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions blueprints/ember-cli-materialize/files/app/styles/app.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
@import 'materialize';
@import 'ember-cli-materialize';

/* FIXME: Workaround for https://github.com/Dogfalo/materialize/issues/1079 */
@each $mdi-icon-name, $mdi-icon-value in $mdi-list-icons {
.#{$mdi-prefix}#{$mdi-icon-name}:before {
content: "\""+ $mdi-icon-value +"\"";
}
}

0 comments on commit 4e05bf7

Please sign in to comment.