UNPKG

postcss-standards

Version:

PostCSS plugin to keep your style in order follow Idiomatic css

20 lines (18 loc) 318 B
const css = require('../helper/helper'); module.exports = [ ...css.suffix.convertWithItself('background', [ 'color', 'image', 'repeat', 'position', 'position-x', 'position-y', 'size', 'origin', 'clip', 'attachment' ] ), 'color', 'box-shadow' ];