Explorar el Código

clean up

tags/1.2
Bud Parr hace 8 años
padre
commit
86d965bef5
No account linked to committer's email address
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/css/postcss.config.js

+ 2
- 2
src/css/postcss.config.js Ver fichero

@@ -2,7 +2,7 @@ module.exports = {
plugins: {
'postcss-import': {},
'postcss-cssnext': {
browsers: ['last 2 versions', '> 5%'],
}
browsers: ['last 2 versions', '> 5%'],
}
}
};

Cargando…
Cancelar
Guardar