Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ProdigyPNP
GitHub Repository: ProdigyPNP/ProdigyMathGameHacking
Path: blob/master/cheatGUI/postcss.config.js
3264 views
1
module.exports = {
2
plugins: [
3
require('autoprefixer')
4
]
5
};
6