doabit / semantic-ui-sass

Semantic UI, converted to Sass and ready to drop into Rails & Compass.
MIT License
1.15k stars 190 forks source link

Bug in 2.2.9 #107

Closed bnd170 closed 6 years ago

bnd170 commented 7 years ago

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 7 years ago

@bnd170 Sorry, i've not published this to npm.

doabit commented 7 years ago

@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 7 years ago

You could try to publish it under semantic-sass. Look at https://github.com/twbs/bootstrap-sass for a good structure.