Sass-rails issue importing css

105 Views Asked by At

I am trying to install a new gem (https://github.com/froala/wysiwyg-rails), it has css dependencies that I'm trying to call using sass-rails but I only see my @import instruction in the rendered css.

The installation worked fine, since I did bundle install, and I can load the js. The css files are in the right folder in my ruby, but I do not succeed in having the css imported.

I am using this line of code to get the css:

@import 'wysiwyg-rails/froala_editor.min.css';

Is there anything else I have to do with sass-rails to be able to access the files with an import.

1

There are 1 best solutions below

0
On

Not really an answer, but I ended up using the bower installation and I could access my css files.