diff --git a/package-lock.json b/package-lock.json index afd4d4a..024ae65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,6 @@ "astro": "^3.3.2", "astro-icon": "^1.0.0-next.2", "astro-seo": "^0.8.0", - "normalize.css": "^8.0.1", "sharp": "^0.32.6", "svgo": "^3.0.2", "tailwindcss": "^3.3.3", @@ -5245,11 +5244,6 @@ "node": ">=0.10.0" } }, - "node_modules/normalize.css": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz", - "integrity": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==" - }, "node_modules/npm-run-path": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.1.0.tgz", diff --git a/package.json b/package.json index 5609be6..1cc0bf4 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,6 @@ "astro": "^3.3.2", "astro-icon": "^1.0.0-next.2", "astro-seo": "^0.8.0", - "normalize.css": "^8.0.1", "sharp": "^0.32.6", "svgo": "^3.0.2", "tailwindcss": "^3.3.3", diff --git a/postcss.config.mjs b/postcss.config.mjs index 1b5de37..c227472 100644 --- a/postcss.config.mjs +++ b/postcss.config.mjs @@ -1,8 +1,8 @@ export default { plugins: { - "postcss-import": {}, - "tailwindcss/nesting": {}, - tailwindcss: {}, - autoprefixer: {}, + "postcss-import": true, + "tailwindcss/nesting": true, + tailwindcss: true, + autoprefixer: true, }, }; diff --git a/src/components/Button.astro b/src/components/Button.astro index 19fff87..ec21a1e 100644 --- a/src/components/Button.astro +++ b/src/components/Button.astro @@ -6,31 +6,11 @@ export interface Props { const { type } = Astro.props; --- - - - + diff --git a/src/components/Card.astro b/src/components/Card.astro deleted file mode 100644 index 8a039fe..0000000 --- a/src/components/Card.astro +++ /dev/null @@ -1,19 +0,0 @@ -
- -
- - diff --git a/src/components/header/Header.astro b/src/components/header/Header.astro index d5cab88..46d8e68 100644 --- a/src/components/header/Header.astro +++ b/src/components/header/Header.astro @@ -3,8 +3,10 @@ import NavItem from "./NavItem.astro"; import SocialLink from "./SocialLink.astro"; --- -
-