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