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