UNPKG

@stylistic/stylelint-plugin

Version:
9 lines (8 loc) 184 B
/** * Check whether a property is a custom one * @param {string} property * @returns {boolean} */ export function isCustomProperty (property) { return property.startsWith(`--`) }