mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 04:02:29 +00:00
7 lines
430 B
Markdown
7 lines
430 B
Markdown
# Update character sheet code
|
|
|
|
Edit the `.scss`-file, then compile it to CSS with:
|
|
|
|
**A)** some online SASS compiler like [sassmeister](https://www.sassmeister.com/), then copy-paste changes into the `.css`-file.
|
|
|
|
**B)** install [SASS](https://sass-lang.com/install) for Command line, then run command `sass RatasEnLasParedes.scss RatasEnLasParedes.css --no-source-map --no-charset`. The `.css`-file is now automatically updated. |