1

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.

Jean-Baptiste
  • 1,552
  • 1
  • 19
  • 33

1 Answers1

0

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

Jean-Baptiste
  • 1,552
  • 1
  • 19
  • 33