No such framework: "semantic-ui"
Closed this issue · 1 comments
ciberch commented
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
If you/re using rails, you should only add @import "semantic-ui";
in your scss file.