deleted file discussion-meta.php

This commit is contained in:
2025-04-29 21:32:08 +00:00
committed by Gitium
parent cf022e2628
commit 7ca941b591
98 changed files with 0 additions and 32700 deletions

View File

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