foundryvtt-beam-saber/scss
TakeV 7c5728d0cc
Fix old api call
2024-01-22 01:18:50 -05:00
..
import Fix old api call 2024-01-22 01:18:50 -05:00
README.md Loadout selector (#107) 2021-04-22 11:36:28 +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
style.scss Rename all blades-in-the-dark systems (and beamsaber) to beam-saber 2023-11-28 17:06:09 -05:00

README.md

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