Styling - Firescar96/lit GitHub Wiki
Sass is backwards compatible with CSS and adds additional functionality to make styling less painful.
As a general rule each page of Lit-BAMF has its own stylesheet. Naming convention is to use the lowercase case of the name of the page. For example: the sass for the Overview page is overview.scss.
Styles that may apply to multiple pages should be placed in the globals.scss file and this file should be imported by every page.
Modals are done using code from https://drublic.github.io/css-modal/ which is included under the client/sass/vender/modal folder and is imported by globals.scss.