quickscss
v1.2.0
Published
SCSS compiler for synchronising Custom / Quick CSS in multiple Discord client mods.
Downloads
7
Maintainers
Readme
QuickSCSS
QuickSCSS simultaneously compiles SCSS to Custom/Quick CSS of the most popular Discord desktop client mods.
Requires
- pnpm (or npm, or yarn)
- One or more of the following client mods:
Setup
Quick
Use the QuickCSS template.
Manual
- 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
Usage
pnpm compile
to compilescss/main.scss
once.pnpm watch
to watch and compile changes inscss
folder.
License
- TL;DR;NAL: Do whatever you want with this module, just include the original license.