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

Not parsing .sass files #50

Open
davidyeiser opened this issue Sep 4, 2015 · 2 comments
Open

Not parsing .sass files #50

davidyeiser opened this issue Sep 4, 2015 · 2 comments
Milestone

Comments

@davidyeiser
Copy link

davidyeiser commented Sep 4, 2015

Forgive me if my language is not precise, I'm more of a designer than a developer.

I'm using the Sage theme for a project and when I try compile my assets with Gulp I get this error:

[09:28:53] Starting 'styles'...
/.../theme-3.0/styles/main.css:28:12: Unknown word
  font-size: 15px
  @media #{$break-mobile-landscape}
           ^
    font-size: 15px
[09:28:53] Finished 'styles' after 72 ms

When I navigate to dist/styles the main.css file is not there.

Here's the manifest.json snippet:

"main.css": {
      "files": [
        "sass/base.sass"
      ],
      "main": true
    },

However, when I change .sass to .scss everything works fine (I converted the .sass files to .scss with sass-convert to test).

"main.css": {
      "files": [
        "sass/base.scss"
      ],
      "main": true
    },

Terminal:

[09:32:36] Starting 'styles'...
[09:32:36] Finished 'styles' after 158 ms

And the main.css file is in dist/styles and is generated properly.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/26447066-not-parsing-sass-files?utm_campaign=plugin&utm_content=tracker%2F8853550&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F8853550&utm_medium=issues&utm_source=github).
@austinpray austinpray added this to the Soon milestone Sep 21, 2015
@austinpray
Copy link
Owner

Yeah I'll go ahead and add support for .sass. Perhaps as an extension of #35

@davidyeiser
Copy link
Author

Awesome, thanks!

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

No branches or pull requests

2 participants