first commit
This commit is contained in:
19
node_modules/stylelint/lib/reference/prefixes.cjs
generated
vendored
Normal file
19
node_modules/stylelint/lib/reference/prefixes.cjs
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
// NOTICE: This file is generated by Rollup. To modify it,
|
||||
// please instead edit the ESM counterpart and rebuild with Rollup (npm run build).
|
||||
'use strict';
|
||||
|
||||
// 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
|
||||
const prefixes = new Set([
|
||||
'-webkit-',
|
||||
'-moz-',
|
||||
'-ms-',
|
||||
'-o-',
|
||||
'-xv-',
|
||||
'-apple-',
|
||||
'-wap-',
|
||||
'-khtml-',
|
||||
]);
|
||||
|
||||
exports.prefixes = prefixes;
|
||||
Reference in New Issue
Block a user