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

update require statements #103

Closed JamesChevalier closed 7 years ago

JamesChevalier commented 7 years ago

The require statements needed to be changed from:

//=require api

to

//= require semantic-ui/api

Fixes https://github.com/doabit/semantic-ui-sass/issues/101

doabit commented 7 years ago

Thanks.