build: add autoprefixer

This commit is contained in:
Sebin Nyshkim 2023-04-02 15:47:07 +02:00
parent d6f94c26d4
commit a670952e15
2 changed files with 6 additions and 0 deletions

5
postcss.config.js Normal file
View file

@ -0,0 +1,5 @@
module.exports = {
plugins: {
autoprefixer: {}
}
}