This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
chenguilong
/
aihub-web
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
830e600f90
Větve
Značky
dev
master
test
aihub-web
/
postcss.config.js
postcss.config.js
90 B
Historie
Surový
1
2
3
4
5
module.exports = {
plugins: {
autoprefixer: { browsers: 'last 5 version' },
},
};