mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 01:39:37 +01:00
14 lines
219 B
JavaScript
14 lines
219 B
JavaScript
|
var postcssFocusWithin = require('postcss-focus-within');
|
||
|
|
||
|
module.exports = {
|
||
|
plugins: {
|
||
|
autoprefixer: {}
|
||
|
}
|
||
|
};
|
||
|
|
||
|
module.exports = {
|
||
|
plugins: [
|
||
|
postcssFocusWithin(/* pluginOptions */)
|
||
|
]
|
||
|
};
|