Remove comment that confused less-to-sass

Grunt-less-to-sass was adding the default! flag to the comment at the end of the line, not the generated SASS. The offending regex can be seen here: https://github.com/duvillierA/grunt-less-to-sass/blob/master/tasks/lib/replacements/default.js
This commit is contained in:
Nathan Walters 2016-08-19 14:10:23 -05:00 committed by GitHub
parent 5c47d99855
commit 2ab7012b98

View File

@ -152,7 +152,7 @@
@mdb-btn-font-size-xs: 10px;
@mdb-btn-background-color: @body-bg; //transparent;
@mdb-btn-background-color: @body-bg;
@mdb-btn-background-color-text: @mdb-text-color-primary;