diff --git a/package.json b/package.json index a6d1999..e70f312 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "astro": "astro" }, "dependencies": { - "astro": "^3.4.4" + "astro": "^3.4.4", + "sass": "^1.69.5" }, "devDependencies": { "prettier": "^3.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d68a7aa..a59020f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -7,7 +7,10 @@ settings: dependencies: astro: specifier: ^3.4.4 - version: 3.4.4(typescript@5.2.2) + version: 3.4.4(sass@1.69.5)(typescript@5.2.2) + sass: + specifier: ^1.69.5 + version: 1.69.5 devDependencies: prettier: @@ -48,7 +51,7 @@ packages: astro: ^3.3.0 dependencies: '@astrojs/prism': 3.0.0 - astro: 3.4.4(typescript@5.2.2) + astro: 3.4.4(sass@1.69.5)(typescript@5.2.2) github-slugger: 2.0.0 import-meta-resolve: 3.1.1 mdast-util-definitions: 6.0.0 @@ -907,7 +910,7 @@ packages: resolution: {integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==} dev: false - /astro@3.4.4(typescript@5.2.2): + /astro@3.4.4(sass@1.69.5)(typescript@5.2.2): resolution: {integrity: sha512-Xyhif8RtKpNLo/TXN0Klxt0uq/2xNzbJ1tZ2udn/QguT9a6iGeO+N1iRSU5a4FrZNKb5jyg7koLpwfEVJjj7cw==} engines: {node: '>=18.14.1', npm: '>=6.14.0'} hasBin: true @@ -965,7 +968,7 @@ packages: tsconfck: 3.0.0(typescript@5.2.2) unist-util-visit: 4.1.2 vfile: 5.3.7 - vite: 4.5.0 + vite: 4.5.0(sass@1.69.5) vitefu: 0.2.5(vite@4.5.0) which-pm: 2.1.1 yargs-parser: 21.1.1 @@ -1801,6 +1804,10 @@ packages: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} dev: false + /immutable@4.3.4: + resolution: {integrity: sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==} + dev: false + /import-meta-resolve@3.1.1: resolution: {integrity: sha512-qeywsE/KC3w9Fd2ORrRDUw6nS/nLwZpXgfrOc2IILvZYnCaEMd+D56Vfg9k4G29gIeVi3XKql1RQatME8iYsiw==} dev: false @@ -3044,6 +3051,16 @@ packages: suf-log: 2.5.3 dev: true + /sass@1.69.5: + resolution: {integrity: sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==} + engines: {node: '>=14.0.0'} + hasBin: true + dependencies: + chokidar: 3.5.3 + immutable: 4.3.4 + source-map-js: 1.0.2 + dev: false + /sax@1.3.0: resolution: {integrity: sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==} dev: false @@ -3540,7 +3557,7 @@ packages: vfile-message: 4.0.2 dev: false - /vite@4.5.0: + /vite@4.5.0(sass@1.69.5): resolution: {integrity: sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -3571,6 +3588,7 @@ packages: esbuild: 0.18.20 postcss: 8.4.31 rollup: 3.29.4 + sass: 1.69.5 optionalDependencies: fsevents: 2.3.3 dev: false @@ -3583,7 +3601,7 @@ packages: vite: optional: true dependencies: - vite: 4.5.0 + vite: 4.5.0(sass@1.69.5) dev: false /web-namespaces@2.0.1: diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 608884c..835fe8b 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -2,7 +2,7 @@ --- -