You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This wont work because the "_responsive" sass file is designed for including after one of "compass_twitter_bootstrap" or "compass_twitter_bootstrap_awesome". The right way to do this is:
How can I import the font awesome with the responsive layout without screwing around in the gem?
@import "compass_twitter_bootstrap_responsive"
@import "compass_twitter_bootstrap/font-awesome"
throws
Invalid CSS after "...rap_responsive"": expected selector or at-rule, was "@import "compas..."
Or: can we get a compass_twitter_bootstrap_responsive_awesome?
Btw: why is the _awesome so long? can't you just do import the normal one and then do an @import font-awesome? (just asking, still new to SASS)
The text was updated successfully, but these errors were encountered: