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