This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
Hryhorii
/
hw-js-13-async-2
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
5c084437c0
Branche
Tagy
master
hw-js-13-asy...
/
postcss.config.js
postcss.config.js
95 B
História
Raw
1
2
3
4
5
const autoprefixer = require('autoprefixer');
module.exports = {
plugins: [autoprefixer]
};