doabit / semantic-ui-sass

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

undefined method `start_with?' for nil:NilClass #79

Closed henriquesobral closed 8 years ago

henriquesobral commented 8 years ago

Hi,

after I updated semantic-ui-sass to 2.2.1.0 version, I'm getting this error: undefined methodstart_with?' for nil:NilClass`

After some tests, I found where the problem is: app/assets/stylesheets/semantic-ui/elements/_flags.scss - Line: 34

I changed the image-url path of flags.png by removing './' at the start of string. I don't know if the flags will work with the change I've made, because I'm not using them.