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