parsley/.postcssrc.yml

7 lines
109 B
YAML
Raw Normal View History

2018-03-29 01:57:00 -05:00
plugins:
postcss-import: {}
2018-03-30 14:31:09 -05:00
postcss-cssnext: {
features: {
customProperties: false
}
}