-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Support for SASS #127
Comments
+1 Being able to use indented syntax in .sass files would be awesome. |
Would depend on sass/dart-sass#88, as it's not getting in vscode-css-languageservice (microsoft/vscode-css-languageservice#158). I did find a parser at https://github.com/tonyganch/gonzales-pe, but it would need some work to be able to emit a usable ast structure. |
ctsstc
added a commit
to LogicHappens/musical-conquest
that referenced
this issue
Nov 7, 2021
Fixes #41 Updates redundant styles to a new container in index. I like the component not owning the styling as well. The container in index also handles flex styling on the children elements that are contained. Remove sass from prettier because it doesn't support sass 🤯 Relevant Discord Chat: found out while digging a few things that even though sass and scss are super close there's a lot less tooling and underlying architecture issues that lacks sass support :' ( I guess prettier doesn't support it; and likely because of these other underlying issues, I guess google is running the dart sass team but doesn't have time to do what we all need : ( prettier/prettier#4948 mrmlnc/vscode-scss#127 sass/dart-sass#88 Interesting long technical read though TLDR; needs to have support for ASTs which allow code tools to help code; dart has no easy way to expose it It's finally on a roadmap but then they said they won't ever get to it lol classic product things
ctsstc
added a commit
to LogicHappens/musical-conquest
that referenced
this issue
Nov 7, 2021
Fixes #41 Updates redundant styles to a new container in index. I like the component not owning the styling as well. The container in index also handles flex styling on the children elements that are contained. Remove sass from prettier because it doesn't support sass 🤯 Relevant Discord Chat: found out while digging a few things that even though sass and scss are super close there's a lot less tooling and underlying architecture issues that lacks sass support :' ( I guess prettier doesn't support it; and likely because of these other underlying issues, I guess google is running the dart sass team but doesn't have time to do what we all need : ( prettier/prettier#4948 mrmlnc/vscode-scss#127 sass/dart-sass#88 Interesting long technical read though TLDR; needs to have support for ASTs which allow code tools to help code; dart has no easy way to expose it It's finally on a roadmap but then they said they won't ever get to it lol classic product things
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can we get SASS support in this Extension?
Reproducible Case:
Open any SASS file.
Steps to Reproduce:
$40 via PayPal to whoever implements this :)
The text was updated successfully, but these errors were encountered: