This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
dayou
/
kps-web
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
6f0c38d088
Větve
Značky
master
kps-web
/
postcss.config.js
postcss.config.js
108 B
Historie
Surový
1
2
3
4
5
6
module.exports = {
"plugins": [
require('tailwindcss')('tailwind.js'),
require('autoprefixer')()
]
}