This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
Hryhorii
/
hw-js-10-redux
Segui
1
Vota
0
Forka
0
File
Problemi
1
Pull Requests
0
Wiki
Albero (Tree):
a636d50e3e
Rami (Branch)
Tag
master
hw-js-10-redux
/
postcss.config.js
postcss.config.js
95 B
Cronologia
Originale
1
2
3
4
5
const autoprefixer = require('autoprefixer');
module.exports = {
plugins: [autoprefixer]
};