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

Eyeglass forces all files to be parsed as SCSS #163

Open
darkphoenixff4 opened this issue Feb 16, 2017 · 1 comment
Open

Eyeglass forces all files to be parsed as SCSS #163

darkphoenixff4 opened this issue Feb 16, 2017 · 1 comment
Labels
package:eyeglass Related to the core eyeglass package in this monorepo.

Comments

@darkphoenixff4
Copy link

Title says it all. Might be a problem with gulp-sass, but basically if I run gulp-sass with node-sass options, it has no problem properly detecting what format I'm using. But if I put eyeglass in between the options and gulp-sass, suddenly it tries to port .sass files as SCSS and throws errors. It also ignores the node-sass indentedSyntax: true flag.

Configuration:
{ indentWidth: 4, omitSourceMapUrl: true, eyeglass: { root: path.join(__dirname, ".."), buildDir: path.join(rootDir, "web-tmp") } }

@eoneill
Copy link
Contributor

eoneill commented Feb 16, 2017

Thanks for reporting. Related to #117 and sass/node-sass#1192

We don't have a good fix for this yet.

@chriseppstein chriseppstein added the package:eyeglass Related to the core eyeglass package in this monorepo. label Feb 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:eyeglass Related to the core eyeglass package in this monorepo.
Projects
None yet
Development

No branches or pull requests

3 participants