mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
Allow css vendor-prefix
This commit is contained in:
parent
51be0153d3
commit
201ee895f9
@ -11,6 +11,7 @@
|
|||||||
"selector-class-pattern": null,
|
"selector-class-pattern": null,
|
||||||
"selector-type-case": ["lower", { "ignoreTypes": ["/^\\$\\w+/"] }],
|
"selector-type-case": ["lower", { "ignoreTypes": ["/^\\$\\w+/"] }],
|
||||||
"selector-type-no-unknown": [true, { "ignoreTypes": ["/-styled-mixin/", "/^\\$\\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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user