forked from ritwickdey/vscode-live-sass-compiler
-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to SASS Embedded Host (Fix: #327) - PR#371 from glenn2223
### 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
- Loading branch information
Showing
24 changed files
with
2,067 additions
and
1,088 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"tabWidth": 4, | ||
"useTabs": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,30 @@ Types of changes | |
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## Unreleased | ||
|
||
### Breaking Changes | ||
|
||
- We have moved to the quicker `sass-embedded`. Closes [#327](https://github.com/glenn2223/vscode-live-sass-compiler/issues/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)_ | ||
|
||
## [6.1.2] - 2023-11-22 | ||
|
||
<small>[Compare to previous release][comp:6.1.2]</small> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.