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