Skip to content

Commit 4a2f5cc

Browse files
committed
re-add property-no-vendor-prefix
1 parent dcbedcf commit 4a2f5cc

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

frontend/src/styles/tailwind.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@
9999
@apply border-none font-(--font) caret-(--text-color) font-[inherit];
100100
outline: 0.15em solid var(--main-color);
101101
-webkit-text-fill-color: var(--text-color);
102-
-webkit-box-shadow: 0 0 0 1000000px var(--sub-alt-color) inset;
102+
box-shadow: 0 0 0 1000000px var(--sub-alt-color) inset;
103103
}
104104
}

stylelint.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ export default {
2121

2222
"length-zero-no-unit": null, // default: [true, {ignore: ['custom-properties'], ignorePreludeOfAtRules: ['function', 'mixin'],},]
2323

24-
"property-no-vendor-prefix": null, // add
25-
2624
"value-keyword-case": null, // default: lower
2725

2826
"at-rule-empty-line-before": null, // default: ['always', {except: ['blockless-after-same-name-blockless', 'first-nested'], ignore: ['after-comment'],},]

0 commit comments

Comments
 (0)