UNPKG

postcss-sorting

Version:

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

4 lines (3 loc) 87 B
module.exports = function isDollarVariable(property) { return property[0] === '$'; };