Newer
Older
gatepress / postcss.config.js
@git_skwr git_skwr on 6 Oct 2019 219 bytes first commit
var postcssFocusWithin = require('postcss-focus-within');

module.exports = {
    plugins: {
        autoprefixer: {}
    }
};

module.exports = {
    plugins: [
        postcssFocusWithin(/* pluginOptions */)
    ]
};