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
Post a Comment