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

Sass::SyntaxError - Invalid CSS after "...="top aligned"]": expected "{", was "i.icon," #33

Closed jamiebuchanan closed 9 years ago

jamiebuchanan commented 9 years ago

Syntax issue in doabit/semantic-ui-sass/blob/v1.0beta/app/assets/stylesheets/semantic-ui/elements/_list.scss is causing the following error in rails.

Sass::SyntaxError - Invalid CSS after "...="top aligned"]": expected "{", was "i.icon," "i.icon" may only be used at the beginning of a compound selector

Example error: http://sassmeister.com/gist/031e6ce0028bc889799e

Example fix: http://sassmeister.com/gist/862ed18e776bf74df7c6

jamiebuchanan commented 9 years ago

Suggested fix in PR https://github.com/doabit/semantic-ui-sass/pull/34

doabit commented 9 years ago

Merged, thanks.