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
2021-09-27 11:18:12 -07:00
..
import Started on clearing out invalid usage of HTML element "id" attributes. HTML spec prohibits duplicate id values, which were present with multiple sheets of the same type open at once. This could also have led to input/label issues. 2021-09-27 11:18:12 -07:00
fonts.scss
README.md
style.scss

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