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 build
to compile once, orpnpm watch
to compile on file changes.
- File structure inside
scss/
is a suggestion only, onlymain.scss
is required. - This will overwrite your existing custom/quick CSS, so make sure to back it up first.