mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +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 */)
|
|
]
|
|
};
|