How to import vendored css from gem with cssbundling

619 Views Asked by At

Is it possible to import vendored css from gem with cssbundling ? If yes, how ?

For example :

Gemfile gem 'semantic-ui-sass'

application.scss @import "semantic-ui/collections/menu";

Gives me Error: Can't find stylesheet to import. with sass compiler

0

There are 0 best solutions below