This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
Hryhorii
/
hw-js-11-promise
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Větev:
master
Větve
Značky
master
hw-js-11-pro...
/
postcss.config.js
postcss.config.js
95 B
Trvalý odkaz
Historie
Surový
1
2
3
4
5
const autoprefixer = require('autoprefixer');
module.exports = {
plugins: [autoprefixer]
};