UNPKG

postcss-sorting

Version:

PostCSS plugin to keep rules and at-rules content in order.

4 lines (3 loc) 97 B
module.exports = function isCustomProperty(property) { return property.slice(0, 2) === '--'; };