Skip to content

Commit

Permalink
Move postcss-scss to full dep to add customSyntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyoung committed Oct 26, 2021
1 parent f1a2e0c commit 3f62a4e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions index.js
@@ -1,5 +1,6 @@
module.exports = {
"plugins": ["stylelint-order", "stylelint-scss"],
"customSyntax": "postcss-scss",
"rules": {
"at-rule-disallowed-list": ["debug"],
"at-rule-no-unknown": null,
Expand Down
4 changes: 1 addition & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,14 +28,14 @@
"index.js"
],
"dependencies": {
"postcss-scss": "^4.0.1",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.0.0"
},
"peerDependencies": {
"stylelint": "^14.0.0"
},
"devDependencies": {
"postcss-scss": "^4.0.1",
"prepend-file": "^2.0.0",
"shelljs": "^0.8.1",
"stylelint": "^14.0.0",
Expand Down
1 change: 1 addition & 0 deletions src/.stylelintrc.json
@@ -1,5 +1,6 @@
{
"plugins": ["stylelint-order", "stylelint-scss"],
"customSyntax": "postcss-scss",
"rules": {
"at-rule-disallowed-list": ["debug"],
"at-rule-no-unknown": null,
Expand Down

0 comments on commit 3f62a4e

Please sign in to comment.