Make WordPress Themes

source: twentynineteen/1.1/postcss.config.js

Last change on this file was 104360, checked in by themedropbox, 7 years ago

New version of Twenty Nineteen - 1.1

File size: 219 bytes
Line 
1var postcssFocusWithin = require('postcss-focus-within');
2
3module.exports = {
4    plugins: {
5        autoprefixer: {}
6    }
7};
8
9module.exports = {
10    plugins: [
11        postcssFocusWithin(/* pluginOptions */)
12    ]
13};
Note: See TracBrowser for help on using the repository browser.