diff options
Diffstat (limited to 'srcs/wordpress/wp-content/themes/twentynineteen/postcss.config.js')
| -rw-r--r-- | srcs/wordpress/wp-content/themes/twentynineteen/postcss.config.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/srcs/wordpress/wp-content/themes/twentynineteen/postcss.config.js b/srcs/wordpress/wp-content/themes/twentynineteen/postcss.config.js deleted file mode 100644 index 354d911..0000000 --- a/srcs/wordpress/wp-content/themes/twentynineteen/postcss.config.js +++ /dev/null @@ -1,13 +0,0 @@ -var postcssFocusWithin = require('postcss-focus-within'); - -module.exports = { - plugins: { - autoprefixer: {} - } -}; - -module.exports = { - plugins: [ - postcssFocusWithin(/* pluginOptions */) - ] -}; |
