This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
react
/
my-app
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Rama:
master
Ramas
Etiquetas
init
master
test
my-app
/
postcss.config.js
postcss.config.js
89 B
Permalink
Histórico
Raw
1
2
3
4
5
module.exports = {
plugins: [
require('autoprefixer')({ grid: "autoplace"})
]
};