Skip to content

Commit 6bb526e

Browse files
GarthDBcursoragent
andcommitted
Disable color-function-notation and alpha-value-notation rules for Jekyll compatibility
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent f1656b7 commit 6bb526e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.stylelintrc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"font-family-no-missing-generic-family-keyword": null,
1010
"declaration-block-no-redundant-longhand-properties": null,
1111
"media-feature-range-notation": null,
12-
"media-feature-name-no-vendor-prefix": null
12+
"media-feature-name-no-vendor-prefix": null,
13+
"color-function-notation": null,
14+
"alpha-value-notation": null
1315
},
1416
"overrides": [
1517
{

0 commit comments

Comments
 (0)