driver.js / postcss.config.js
kamrify's picture
Add sass and hot reloading
1809cfd
raw
history blame
62 Bytes
module.exports = {
plugins: {
autoprefixer: {},
},
};