mirror of
https://github.com/Rushilwiz/dear-anon.git
synced 2025-04-21 20:39:51 -04: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 */)
|
|
]
|
|
};
|