This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
CRBC-MaaS-Platform-Project
/
LabelingSystem
Suivre
7
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
6aa1ea1074
Branches
Tags
main
LabelingSystem
/
web
/
postcss.config.js
postcss.config.js
109 B
Historique
Raw
1
2
3
4
5
6
7
module.exports = {
plugins: {
"postcss-import": {},
autoprefixer: {},
tailwindcss: {},
},
};