UNPKG

postcss-sorting

Version:

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

4 lines (3 loc) 95 B
module.exports = function isString(str) { return str && typeof str.valueOf() === 'string'; };