Erant-OldApp/postcss.config.cjs

8 lines
99 B
JavaScript
Raw Normal View History

2022-07-13 16:07:05 +00:00
const autoprefixer = require("autoprefixer")
module.exports = {
plugins: [
autoprefixer()
]
}