Skip to content

Commit

Permalink
build: remove outdated package and use alternative to fix dep issue (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudSheraz authored Jun 28, 2022
1 parent 08a80a7 commit 0730a51
Show file tree
Hide file tree
Showing 3 changed files with 891 additions and 735 deletions.
4 changes: 2 additions & 2 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"plugins": [
"stylelint-scss",
"stylelint-declaration-use-variable"
"stylelint-declaration-strict-value"
],
"extends": "@edx/stylelint-config-edx",
"rules": {
Expand All @@ -25,7 +25,7 @@
"only-of-namespace"
]
}],
"sh-waqar/declaration-use-variable": [["/color/", { "ignoreValues": ["inherit", "transparent"] }]],
"stylelint-declaration-strict-value": [["/color/", { "ignoreValues": ["inherit", "transparent"] }]],
"property-no-vendor-prefix": [true]
}
}
Loading

0 comments on commit 0730a51

Please sign in to comment.