first commit
This commit is contained in:
8
node_modules/stylelint/lib/utils/isCustomProperty.mjs
generated
vendored
Normal file
8
node_modules/stylelint/lib/utils/isCustomProperty.mjs
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Check whether a property is a custom one
|
||||
* @param {string} property
|
||||
* @returns {boolean}
|
||||
*/
|
||||
export default function isCustomProperty(property) {
|
||||
return property.startsWith('--');
|
||||
}
|
||||
Reference in New Issue
Block a user