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

The SASS plugin only support the SCSS syntax #40

Closed
Hunam6 opened this issue Nov 18, 2020 · 4 comments · Fixed by #41
Closed

The SASS plugin only support the SCSS syntax #40

Hunam6 opened this issue Nov 18, 2020 · 4 comments · Fixed by #41
Labels
∆ feature New feature

Comments

@Hunam6
Copy link

Hunam6 commented Nov 18, 2020

When using the SASS syntax it throws a syntax error.

@Hunam6
Copy link
Author

Hunam6 commented Nov 18, 2020

Working:

body {
  background: lightblue;
}

Not working:

body
  background: lightblue

@shadowtime2000
Copy link
Member

All the SASS plugin does is load a Deno version of the SASS NPM package so maybe it is a problem there.

@shadowtime2000
Copy link
Member

Nevermind we would have to enable indented syntax I think in the plugin. We could possible add it as an option.

@ije ije linked a pull request Nov 19, 2020 that will close this issue
@ije ije added the ∆ feature New feature label Nov 19, 2020
@ije ije closed this as completed in #41 Nov 19, 2020
@ije
Copy link
Member

ije commented Nov 19, 2020

@Hunam6 fixed, will be applied to next release, thanks @shadowtime2000

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

Successfully merging a pull request may close this issue.

3 participants