Skip to content

Commit

Permalink
Release v1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Apr 16, 2024
1 parent 6a56960 commit 91b85f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.0.17] 2024-04-16
### Changes

- Use `Vite` for SCSS Compilation
- Fix Charts on MAIN dashboard
- Added HOT Reload (templates & static)

## [1.0.16] 2024-03-05
### Changes

Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ In a similar way, all other files and components can be customized easily.

<br />

## Recompile SCSS
## Recompile SCSS (separate terminal)

> Tested with Node `v18.20.0`
The SCSS/CSS files used to style the Ui are saved in the `static/assets` directory.
In order to update the Ui colors (primary, secondary) this procedure needs to be followed.
Expand All @@ -184,7 +186,8 @@ In order to update the Ui colors (primary, secondary) this procedure needs to be
$ npm # install modules
$ # # edit variables
$ vi static/assets/scss/black-dashboard/custom/_variables.scss
$ npm run dev # SCSS to CSS translation
$ npm run dev # SCSS to CSS Development MODE
$ npm run build # SCSS to CSS Production Build
```

The `_variables.scss` content defines the `primary` and `secondary` colors:
Expand Down

0 comments on commit 91b85f2

Please sign in to comment.