feat: add @mini-strap/core dependency

This commit is contained in:
Alexander Navarro 2024-12-18 19:22:52 -03:00
parent 8498bfca49
commit d24fa9dc45
6 changed files with 14 additions and 3 deletions

0
.gitmodules vendored
View file

BIN
bun.lockb Executable file

Binary file not shown.

2
bunfig.toml Normal file
View file

@ -0,0 +1,2 @@
[install.scopes]
mini-strap = "https://git.alecodes.page/api/packages/alecodes/npm/"

View file

@ -2,10 +2,13 @@
"name": "personal-page", "name": "personal-page",
"type": "module", "type": "module",
"version": "0.3.0", "version": "0.3.0",
"scripts": { }, "scripts": {},
"dependencies": { "dependencies": {
"@mini-strap/core": "0.1.0"
}, },
"devDependencies": { "devDependencies": {
"typescript": "^5.2.2" "typescript": "^5.2.2",
} "@types/bun": "latest"
},
"module": "index.ts"
} }

5
sass/style.scss Normal file
View file

@ -0,0 +1,5 @@
@import "../node_modules/@mini-strap/core/src/style.scss";
html {
// background-color: red;
}

View file

@ -13,6 +13,7 @@
<!-- Reset and normilize styles --> <!-- Reset and normilize styles -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gardevoir" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gardevoir" />
<link rel="stylesheet" href="style.css" />
</head> </head>
<body transition:animate="fade"> <body transition:animate="fade">