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, 13 insertions, 0 deletions
diff --git a/srcs/wordpress/wp-content/themes/twentynineteen/postcss.config.js b/srcs/wordpress/wp-content/themes/twentynineteen/postcss.config.js new file mode 100644 index 0000000..354d911 --- /dev/null +++ b/srcs/wordpress/wp-content/themes/twentynineteen/postcss.config.js @@ -0,0 +1,13 @@ +var postcssFocusWithin = require('postcss-focus-within'); + +module.exports = { + plugins: { + autoprefixer: {} + } +}; + +module.exports = { + plugins: [ + postcssFocusWithin(/* pluginOptions */) + ] +}; |
