This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
xieshengjie
/
jn_manager
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
deploy
chuzhixin
hace 4 años
padre
93bb68fea6
commit
7de4d344fb
Se han
modificado 1 ficheros
con
5 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
5
0
postcss.config.js
+ 5
- 0
postcss.config.js
Ver fichero
@@ -0,0 +1,5 @@
+module.exports = {
+ plugins: {
+ autoprefixer: {},
+ },
+};