ruby - Sass-rails issue importing css -


i trying install new gem (https://github.com/froala/wysiwyg-rails), has css dependencies i'm trying call using sass-rails see @import instruction in rendered css.

the installation worked fine, since did bundle install, , can load js. css files in right folder in ruby, not succeed in having css imported.

i using line of code css:

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

is there else have sass-rails able access files import.

not answer, ended using bower installation , access css files.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -