Commit Graph
3 Commits
Author SHA1 Message Date
t-fritschandGitHub ba20abf0c3 allow theme subfolders
allows custom themes to import files from subfolders inside the `css/theme/source` folder.

in `css/theme/source/custom-theme.scss` we can now do
```scss
@import `custom-theme/controls`
@import `custom-theme/headings`
...
```
2023-08-03 22:38:03 +02:00
t-fritschandGitHub 2dd27b37c6 ignore node_modules for livereload
may allow perf boost
2023-08-03 22:31:07 +02:00
t-fritschandGitHub 82d63e0296 fixes livereload when using root CLI param 2023-08-03 22:23:58 +02:00