summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/twentynineteen/postcss.config.js')
-rw-r--r--themes/twentynineteen/postcss.config.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/twentynineteen/postcss.config.js b/themes/twentynineteen/postcss.config.js
new file mode 100644
index 00000000..354d9114
--- /dev/null
+++ b/themes/twentynineteen/postcss.config.js
@@ -0,0 +1,13 @@
+var postcssFocusWithin = require('postcss-focus-within');
+
+module.exports = {
+ plugins: {
+ autoprefixer: {}
+ }
+};
+
+module.exports = {
+ plugins: [
+ postcssFocusWithin(/* pluginOptions */)
+ ]
+};