modified file themes

This commit is contained in:
2026-06-03 21:29:38 +00:00
committed by Gitium
parent b129b39e3f
commit c1e4f68aeb
243 changed files with 70220 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
})
]
};