Skip to content

Saltssaumure/QuickSCSS

Repository files navigation

QuickSCSS

QuickSCSS simultaneously compiles SCSS to Custom/Quick CSS of the most popular Discord desktop client mods.

Requires

Setup

Quick

Use the QuickCSS template.

Manual

  1. Create a folder, eg. my-customisations
  2. Go into the folder: cd my-customisations
  3. Setup with pnpm: pnpm init -y && pnpm add quickscss && pnpm i
  4. Create a scss folder with a main.scss file inside.
my-customisations/
└─ scss/
   └─ main.scss

Usage

  • pnpm compile to compile scss/main.scss once.
  • pnpm watch to watch and compile changes in scss folder.

License

MIT License

  • TL;DR;NAL: Do whatever you want with this module, just include the original license.

Credits