Files
web/postcss.config.js
Sacha Weatherstone e14c628ecf UI Overhaul (#3)
* WIP

* WIP

* WIP

* WIP

* Draw improvements, disabled user zooming

* Update status indicator

* Add dynamic channel name with icon

* Add more settings

* WIP

* WIP
2021-08-15 23:41:14 +10:00

7 lines
83 B
JavaScript

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