Skip to content

Commit

Permalink
1. 🛠️ chore(package.json, package-lock.json): Add Bootstrap dependency.
Browse files Browse the repository at this point in the history
2. ✨ chore(src/styles.scss): Add SCSS root variables for font.
  • Loading branch information
vnobo committed Feb 18, 2025
1 parent bae8230 commit 84917a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions ng-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ng-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"@types/jasmine": "~5.1.0",
"@types/node": "^18.18.0",
"jasmine-core": "~5.2.0",
"bootstrap": "^5.3.3",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
Expand Down
4 changes: 3 additions & 1 deletion ng-ui/src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@use './styles/index.scss';
:root {
--tblr-font-sans-serif: 'Inter';
}

html,
body {
Expand Down

0 comments on commit 84917a1

Please sign in to comment.