Skip to content

Commit

Permalink
bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
rickreisme committed Apr 4, 2024
1 parent 1c96b94 commit 312b392
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/styles/global.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import url(../../node_modules/bootstrap/);

* {
font-family: var(--Poppins);
margin: 0;
Expand Down
40 changes: 40 additions & 0 deletions package-lock.json

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

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": {
"bootstrap": "^5.3.3"
}
}

0 comments on commit 312b392

Please sign in to comment.