Removed generated css; Renamed SASS files that are @use only (imported) to have an _ prefix as per spec; Tried to customize the SMUI sass, but was having problems with compiling not finding the SMUI source files; Added initial cut of asset check out system.

This commit is contained in:
2022-08-01 09:18:04 -07:00
parent 603f395ef0
commit bd2caacf77
19 changed files with 1968 additions and 3784 deletions

7
client/_smui.sass Normal file
View File

@@ -0,0 +1,7 @@
//@use '~@material/theme/_index.scss' as theme
//@use '~@smui/paper/index' as paper
//
//@include paper.paper-color(custom-green, theme.$green-800, theme.accessible-ink-color(theme.$green-800))
//
//.custom-green
// color: theme.$green-800