Skip to content

Commit

Permalink
fix: use postcss-syntax fork until 1.x (#240)
Browse files Browse the repository at this point in the history
* fix: use postcss-syntax fork until 1.x

Fixes #239

postcss-syntax uses require statements without string literals, so the
bundler is unable to recognize the dependencies at bundle time. This
fork uses static requires for packages used in vscode-stylelint to allow
the proper resolution of packages. This fix, along with the fix for
#237, will no longer be required for 1.x of this package, which will be
tracking stylelint 14.

see adalinesimonian/postcss-syntax@ba1d4a6
  • Loading branch information
adalinesimonian authored Sep 29, 2021
1 parent 8e56410 commit 5a7fcae
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 34 deletions.
106 changes: 72 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@
"fast-diff": "^1.2.0",
"lodash": "^4.17.20",
"path-is-inside": "^1.0.2",
"postcss-syntax": "https://[email protected]/adalinesimonian/postcss-syntax.git#bundler-friendly",
"pkg-dir": "^5.0.0",
"stylelint": "^13.13.1",
"vscode-languageclient": "^6.2.0-next.1",
Expand Down

0 comments on commit 5a7fcae

Please sign in to comment.