Allow css vendor-prefix
This commit is contained in:
parent
51be0153d3
commit
201ee895f9
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue