QuickSCSS simultaneously compiles SCSS to Custom/Quick CSS of the most popular Discord desktop client mods.
- pnpm (or npm, or yarn)
- One or more of the following client mods:
Use the QuickCSS template.
- Create a folder, eg.
my-customisations
- Go into the folder:
cd my-customisations
- Setup with pnpm:
pnpm init -y && pnpm add quickscss && pnpm i
- Create a
scss
folder with amain.scss
file inside.
my-customisations/
└─ scss/
└─ main.scss
pnpm compile
to compilescss/main.scss
once.pnpm watch
to watch and compile changes inscss
folder.
- TL;DR;NAL: Do whatever you want with this module, just include the original license.