foundryvtt-beam-saber/scss
LebombJames fba98e4ecd Tidied up CSS errors
Changed CSS to remove gaps at top and bottom of sheets, as well as between folders on sidebars. Also set object-fit mode of images on sheets to contain to avoid incorrect aspect ratios of images.
2021-09-03 00:10:06 +01:00
..
mixin.scss Minor fixes 2020-11-05 00:33:48 +03:00
README.md Loadout selector (#107) 2021-04-22 11:36:28 +03:00
style.scss Tidied up CSS errors 2021-09-03 00:10:06 +01: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