Skip to content

Commit fa6ecfb

Browse files
authored
chore(stylelint): re-enable standard color and specificity rules (#945)
1 parent 438d9f6 commit fa6ecfb

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

frontend/stylelint.config.mjs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ export default {
33
extends: ["stylelint-config-standard"],
44
ignoreFiles: ["dist/**/*.css", "node_modules/**/*.css"],
55
rules: {
6-
// Keep this PR scoped to toolchain migration; don't force legacy CSS rewrites yet.
7-
"alpha-value-notation": null,
8-
"color-function-alias-notation": null,
9-
"color-function-notation": null,
10-
"media-feature-range-notation": null,
11-
"no-descending-specificity": null,
126
"selector-class-pattern": [
137
"^[a-z][a-z0-9]*(?:-[a-z0-9]+)*(?:__(?:[a-z0-9]+(?:-[a-z0-9]+)*))?(?:--(?:[a-z0-9]+(?:-[a-z0-9]+)*))?$",
148
{

0 commit comments

Comments
 (0)