modified file themes

This commit is contained in:
2023-12-08 23:24:49 +00:00
committed by Gitium
parent 50cc9dca5b
commit 1473db151a
97 changed files with 28455 additions and 0 deletions

View File

@ -0,0 +1,15 @@
var postcssFocusWithin = require('postcss-focus-within');
module.exports = {
plugins: {
autoprefixer: {}
}
};
module.exports = {
plugins: [
postcssFocusWithin({
disablePolyfillReadyClass: true
})
]
};