first commit
This commit is contained in:
13
node_modules/stylelint/lib/reference/prefixes.mjs
generated
vendored
Normal file
13
node_modules/stylelint/lib/reference/prefixes.mjs
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// used by value-no-vendor-prefix and selector-no-vendor-prefix
|
||||
// i.e. this list is deliberately not exhaustive
|
||||
// cf https://www.w3.org/TR/CSS22/syndata.html#vendor-keyword-history
|
||||
export const prefixes = new Set([
|
||||
'-webkit-',
|
||||
'-moz-',
|
||||
'-ms-',
|
||||
'-o-',
|
||||
'-xv-',
|
||||
'-apple-',
|
||||
'-wap-',
|
||||
'-khtml-',
|
||||
]);
|
||||
Reference in New Issue
Block a user