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 fe0ff18 commit 6ad5135Copy full SHA for 6ad5135
1 file changed
frontend/stylelint.config.mjs
@@ -3,6 +3,12 @@ export default {
3
extends: ["stylelint-config-standard"],
4
ignoreFiles: ["dist/**/*.css", "node_modules/**/*.css"],
5
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,
12
"selector-class-pattern": [
13
"^[a-z][a-z0-9]*(?:-[a-z0-9]+)*(?:__(?:[a-z0-9]+(?:-[a-z0-9]+)*))?(?:--(?:[a-z0-9]+(?:-[a-z0-9]+)*))?$",
14
{
0 commit comments