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

No such framework: "semantic-ui" #58

Closed ciberch closed 7 years ago

ciberch commented 8 years ago

Hi Guys

I am getting the error

No such framework: "semantic-ui"

When I run

bundle exec compass install semantic-ui

I am using Rails 4.2.4

and my Gemfile has

gem "compass-rails"
gem "sass-rails"
gem 'semantic-ui-sass', github: 'doabit/semantic-ui-sass'

What am I missing ? I have put

require 'semantic-ui-sass'

In application.rb (No config.rb)

doabit commented 8 years ago

If you/re using rails, you should only add @import "semantic-ui"; in your scss file.