mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-29 04:54:12 +03:00
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:
parent
5c47d99855
commit
2ab7012b98
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user