yylAdminWeb/postcss.config.js

7 lines
83 B
JavaScript

// https://postcss.org/
module.exports = {
plugins: {
autoprefixer: {}
}
}