forked from ritwickdey/vscode-live-sass-compiler
-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Switch to sass-embedded
#327
Labels
enhancement
New feature or request
Milestone
Comments
glenn2223
added a commit
that referenced
this issue
Sep 21, 2024
### Breaking Changes - We have moved to the quicker `sass-embedded`. Closes [#327](#327) This uses the latest compiler, but drops these settings: - `liveSassCompile.settings.formats[].linefeed` - `liveSassCompile.settings.formats[].indentType` - `liveSassCompile.settings.formats[].indentWidth` _Note: these 3 would've been dropped for SASS 2.0 anyway_ - `liveSassCompile.settings.useNewCompiler` ### Changed - Switched from `[email protected]` to `[email protected]` - as mentioned above ### Updated - `autoprefixer` to `10.4.20` [Changelog][cl:fd] - `fdir` to `6.3.0` [Changelog][cl:fd] - `picomatch` to `4.0.2` [Changelog][cl:pm] - `postcss` to `8.4.47` [Changelog][cl:pc] - Various dev dependency updates _(nothing user facing)_ [cl:ap]: https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md [cl:fd]: https://github.com/thecodrr/fdir/releases [cl:pc]: https://github.com/postcss/postcss/blob/main/CHANGELOG.md [cl:pm]: https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md
glenn2223
added a commit
that referenced
this issue
Sep 21, 2024
### Breaking Changes - We have moved to the quicker `sass-embedded`. Closes [#327](#327) This uses the latest compiler, but drops these settings: - `liveSassCompile.settings.formats[].linefeed` - `liveSassCompile.settings.formats[].indentType` - `liveSassCompile.settings.formats[].indentWidth` _Note: these 3 would've been dropped for SASS 2.0 anyway_ - `liveSassCompile.settings.useNewCompiler` ### Changed - Switched from `[email protected]` to `[email protected]` - as mentioned above ### Updated - `autoprefixer` to `10.4.20` [Changelog][cl:fd] - `fdir` to `6.3.0` [Changelog][cl:fd] - `picomatch` to `4.0.2` [Changelog][cl:pm] - `postcss` to `8.4.47` [Changelog][cl:pc] - Various dev dependency updates _(nothing user facing)_ [cl:ap]: https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md [cl:fd]: https://github.com/thecodrr/fdir/releases [cl:pc]: https://github.com/postcss/postcss/blob/main/CHANGELOG.md [cl:pm]: https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issues
The standard SASS package, combined with some VS Code weirdness, means I have to specify that I want the NodeJS version of the package.
Proposal
OLD:
Use thecompileString
method with my own Importer utilising the built-in fs module.NEW: Fix this issue and also use the speedier compiler
This has the added benefit of:
TODO
Move toNot immediately requiredcompileStringAsync
Implement the ImporterN/Aformats[].lineFeed
Related issues
The text was updated successfully, but these errors were encountered: