skyecodes
skyecodes
Remaining features to port: - [ ] Spawner egg category - [x] Cope /give command
- [x] General category - [ ] Inventory category - [ ] Attributes category - [ ] Potion effects category - [ ] Loot chances category - [ ] Loot...
- [x] BlockState category - [ ] Command Block category - [x] Lockable category (inventory name) - [ ] Mob Spawner category
I'm using the following custom variant for dark: ```scss @import "tailwindcss"; @import "@catppuccin/tailwindcss/mocha.css"; @custom-variant dark (&:where(.dark, .dark *)); ``` Except when I apply the `dark` class to my `html` element,...