autobrr/web/postcss.config.js
Raghu Saxena 0076ea9129
chore: update web dependencies (#102)
* chore: update deps

* chore: remove craco

* chore: fix exports

* fix: filters list indexer bg

* fix: extend theme with correct color
2022-02-05 13:27:44 +01:00

6 lines
No EOL
104 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}