This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
foundryvtt-beam-saber/scss
2023-05-11 14:43:25 +03:00
..
import Release 4.5 tweaks 2023-05-11 14:43:25 +03:00
fonts.scss Added official BitD font and started to reorganize CSS to avoid future namespace collisions and help keep source SCSS separated by usage. 2021-09-27 11:18:12 -07:00
README.md Loadout selector (#107) 2021-04-22 11:36:28 +03:00
style.scss Cleaned out character-sheet.scss to only include styles that apply to the character sheet. Reorganized some things to make this possible. 2021-09-27 11:18:12 -07:00

How to build CSS

Install nodeJS: https://nodejs.org/en/ Install sass (https://www.npmjs.com/package/sass): npm install -g sass Open a shell in this folder and run: sass style.scss ../styles/blades.css