Bug in 2.2.9
bnd170 opened this issue · 3 comments
bnd170 commented
Error: Undefined variable: "$font-family".
on line 25 of ../../../../node_modules/semantic-ui-sass/app/assets/stylesheets/semantic-ui/elements/_button.scss
font-family: $font-family;
Seems like the variables aren't importing in the correct order.
doabit commented
@bnd170 Sorry,the npm package published by another man. https://www.npmjs.com/package/semantic-ui-sass
I don't know if it could work as npm package.
cmelone commented
You could try to publish it under semantic-sass
. Look at https://github.com/twbs/bootstrap-sass for a good structure.