modified file themes
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
var postcssFocusWithin = require('postcss-focus-within');
|
||||
|
||||
module.exports = {
|
||||
plugins: {
|
||||
autoprefixer: {}
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
plugins: [
|
||||
postcssFocusWithin({
|
||||
disablePolyfillReadyClass: true
|
||||
})
|
||||
]
|
||||
};
|
||||
Reference in New Issue
Block a user