Skip to content

CSS import statement gives error in LINUX environment #15

Description

@charumaheshwari

I am using 'sass-css-importer' plugin, to import bower_component CSS file in my scss file(vendor.scss)
@import "CSS:../../bower_components/owlcar/owl-carousel/owl.carousel";

As mentioned, i ran the command 'gem install --pre sass-css-importer'.
Import statement works fine in Windows environment, and bower_component plugin styles are included in my generated CSS.
But while running the same command in LINUX environment, it prompts an error which says :
Error in plugin 'sass'
2015-10-13T09:36:42.575196+00:00 app[web.1]: app/scss/vendor.scss
2015-10-13T09:36:42.575198+00:00 app[web.1]: 5:9 file to import not found or unreadable: CSS:../../bower_components/owlcar/owl-carousel/owl.carousel*

Can you please suggest if I am missing anything?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions