modified file themes

This commit is contained in:
2025-04-29 21:21:23 +00:00
committed by Gitium
parent 81e02d9aea
commit fc3d7ab181
98 changed files with 32700 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
})
]
};