misc-tjund/postcss.config.js

9 lines
143 B
JavaScript
Raw Permalink Normal View History

2020-09-28 17:24:08 +02:00
module.exports = {
plugins: [
require('postcss-explore')({
propertie: /^border/
selector: /\.cell(,|\s\{)/,
2020-09-28 17:24:08 +02:00
})
]
}