modified file themes

This commit is contained in:
2024-07-19 19:46:43 +00:00
committed by Gitium
parent b964c1846c
commit fb4b27bbc6
97 changed files with 32676 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
})
]
};