mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-27 16:10:32 +00:00
allow user to select theme they want to use
This commit is contained in:
parent
61e4e3665a
commit
4d20f4e086
11 changed files with 1304 additions and 242 deletions
6
postcss.config.js
Normal file
6
postcss.config.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue