feat: add @mini-strap/core dependency
This commit is contained in:
parent
8498bfca49
commit
d24fa9dc45
6 changed files with 14 additions and 3 deletions
0
.gitmodules
vendored
0
.gitmodules
vendored
BIN
bun.lockb
Executable file
BIN
bun.lockb
Executable file
Binary file not shown.
2
bunfig.toml
Normal file
2
bunfig.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[install.scopes]
|
||||
mini-strap = "https://git.alecodes.page/api/packages/alecodes/npm/"
|
||||
|
|
@ -2,10 +2,13 @@
|
|||
"name": "personal-page",
|
||||
"type": "module",
|
||||
"version": "0.3.0",
|
||||
"scripts": { },
|
||||
"scripts": {},
|
||||
"dependencies": {
|
||||
"@mini-strap/core": "0.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.2.2"
|
||||
}
|
||||
"typescript": "^5.2.2",
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"module": "index.ts"
|
||||
}
|
||||
|
|
|
|||
5
sass/style.scss
Normal file
5
sass/style.scss
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
@import "../node_modules/@mini-strap/core/src/style.scss";
|
||||
|
||||
html {
|
||||
// background-color: red;
|
||||
}
|
||||
|
|
@ -13,6 +13,7 @@
|
|||
|
||||
<!-- Reset and normilize styles -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gardevoir" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
|
||||
<body transition:animate="fade">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue