We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd0bb4 commit c75f4a3Copy full SHA for c75f4a3
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
+## 4.0.7
5
+* Fixed TypeScript support with `moduleResulution: bundler` (by Avi Vahl).
6
+
7
## 4.0.6
8
* Fixed comma parsing (by Jerome Leclanche).
9
package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-scss",
- "version": "4.0.6",
+ "version": "4.0.7",
"description": "SCSS parser for PostCSS",
"keywords": [
"css",
0 commit comments