Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing in main.scss fails using gulp-sass #23

Closed
selrond opened this issue Jan 6, 2017 · 7 comments
Closed

Importing in main.scss fails using gulp-sass #23

selrond opened this issue Jan 6, 2017 · 7 comments

Comments

@selrond
Copy link

selrond commented Jan 6, 2017

This is what it (Gulp) throws

Error in plugin 'sass'
Message:
    src\sass\main.scss
Error: File to import not found or unreadable: abstracts/variables.
       Parent style sheet: C:/Users/Selrond/Desktop/Code/100DaysOfCode/003/src/sass/main.scss
        on line 4 of src/sass/main.scss
>> @import
   ^

It looks as if the second way of importing the partials fails to compile on gulp-sass?

@KittyGiraudel
Copy link
Owner

KittyGiraudel commented Jan 7, 2017

Interesting. Are you using https://github.com/dlmanning/gulp-sass? I know there are quite a few Gulp plugins for Sass.

@selrond
Copy link
Author

selrond commented Jan 7, 2017

@hugogiraudel Yes I do use the one you mentioned. Is this a valid SASS syntax you use in your main.scss? What do you use to compile SASS?

@KittyGiraudel
Copy link
Owner

KittyGiraudel commented Jan 7, 2017

It is documented as part of Sass official docs: http://sass-lang.com/documentation/file.SASS_REFERENCE.html#import. I recommend you open an issue on gulp-sass repository then. :)

@selrond
Copy link
Author

selrond commented Jan 7, 2017

@hugogiraudel I did, thanks for the link and suggestion.

@KittyGiraudel
Copy link
Owner

Feel free to keep me updated. :)

@selrond
Copy link
Author

selrond commented Jan 7, 2017

@hugogiraudel Here or some other communication channel?

@KittyGiraudel
Copy link
Owner

Here is fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants