UNPKG

ec0lint-style

Version:

CSS linter for reducing digital footprint with ec0lint.

12 lines (10 loc) 198 B
'use strict'; /** * Check whether a selector is a custom one * * @param {string} selector * @returns {boolean} */ module.exports = function (selector) { return selector.startsWith(':--'); };