This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
xuyiping
/
kpt-pasture
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
3683bd46a4
Větve
Značky
develop
feature/disease
feature/event
main
master
kpt-pasture
/
postcss.config.js
postcss.config.js
107 B
Historie
Surový
1
2
3
4
5
6
7
module.exports = {
plugins: {
"postcss-import": {},
tailwindcss: {},
autoprefixer: {}
}
};