14 lines
232 B
JavaScript
14 lines
232 B
JavaScript
var postcssFocusWithin = require('postcss-focus-within');
|
|
|
|
module.exports = {
|
|
plugins: {
|
|
autoprefixer: {}
|
|
}
|
|
};
|
|
|
|
module.exports = {
|
|
plugins: [
|
|
postcssFocusWithin(/* pluginOptions */)
|
|
]
|
|
};
|