deleted file discussion-meta.php

This commit is contained in:
2024-10-09 12:44:42 +00:00
committed by Gitium
parent ef209dc569
commit db5f4b72eb
97 changed files with 0 additions and 32676 deletions

View File

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