Closed braver closed 8 years ago
Thanks but now we have 16 failing tests.
Grunt test failed on a clean checkout, so I didn't check it for my changes. I don't mind digging into the tests, but it's not clear from the docs what I should run?
No, they are fine in master and there are instructions how to run tests.
Sorry, my bad, must've overlooked something. I'll fix it!
All green now!
The mixinPrefix
is now no longer used in LESS, not sure if that needs to be reflected somewhere.
Cool, thanks!
mixinPrefix
is still in the documentation, it's not used anymore?
Addresses #309
Additionally, I moved the font-family in the bem template to the
:before
pseudo element. Having it on the.icon
element is unnecessary and tends to cause issues (the bootstrap template already has it like ehit).