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 
scssfolder with amain.scssfile inside. 
my-customisations/
└─ scss/
   └─ main.scss
pnpm compileto compilescss/main.scssonce.pnpm watchto watch and compile changes inscssfolder.
- TL;DR;NAL: Do whatever you want with this module, just include the original license.