diff --git a/postcss.config.js b/postcss.config.js index a68cc8e..2584e88 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,8 +1,8 @@ module.exports = { plugins: [ require('postcss-explore')({ - selector: /\.cell$/, propertie: /^border/ + selector: /\.cell(,|\s\{)/, }) - ], -} \ No newline at end of file + ] +}