mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-09 13:17:46 +02:00
12 lines
328 B
Markdown
12 lines
328 B
Markdown
# PrimeVue Theming with SASS
|
|
|
|
Run from htwkalender/frontend directory:
|
|
|
|
```bash
|
|
npx sass public/primevue-sass-theme/themes/lara/lara-dark/yellow/theme.scss public/themes/lara-dark-blue/theme.css
|
|
```
|
|
|
|
```bash
|
|
npx sass public/primevue-sass-theme/themes/lara/lara-light/green/theme.scss public/themes/lara-light-blue/theme.css
|
|
```
|