Skip to content

Commit

Permalink
Allow css vendor-prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffvli committed Sep 22, 2023
1 parent 51be015 commit 201ee89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"selector-class-pattern": null,
"selector-type-case": ["lower", { "ignoreTypes": ["/^\\$\\w+/"] }],
"selector-type-no-unknown": [true, { "ignoreTypes": ["/-styled-mixin/", "/^\\$\\w+/"] }],
"declaration-colon-newline-after": null
"declaration-colon-newline-after": null,
"property-no-vendor-prefix": null
}
}

0 comments on commit 201ee89

Please sign in to comment.