A QuickSCSS usage template, for compiling SCSS and synchronising Custom/Quick CSS across multiple Discord client mods.
- Create a copy of this template.
- Clone your copy to your computer.
- Install dependencies with
pnpm i. - Edit the contents of
scss/to your liking. - Run
pnpm buildto compile once, orpnpm watchto compile on file changes.
- File structure inside
scss/is a suggestion only, onlymain.scssis required. - This will overwrite your existing custom/quick CSS, so make sure to back it up first.