Merge branch 'main' of github.com:ghostfolio/ghostfolio
All checks were successful
Docker image CD / build_and_push (push) Successful in 19m36s

This commit is contained in:
sudacode 2025-02-08 12:00:07 -08:00
commit 7d4339e262
3 changed files with 12 additions and 2 deletions

View File

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Added
- Added global styles to the _Storybook_ setup
## 2.138.0 - 2025-02-08
### Added

View File

@ -1 +0,0 @@
// import '!style-loader!css-loader!sass-loader!../../../apps/client/src/styles.scss';

View File

@ -44,7 +44,12 @@
"outputDir": "dist/storybook/ui",
"configDir": "libs/ui/.storybook",
"browserTarget": "ui:build-storybook",
"compodoc": false
"compodoc": false,
"styles": [
"apps/client/src/assets/fonts/inter.css",
"apps/client/src/styles/theme.scss",
"apps/client/src/styles.scss"
]
},
"configurations": {
"ci": {