Skip to content

Commit 34dace9

Browse files
committed
chore/use css instead of scss
1 parent e0b1ee6 commit 34dace9

12 files changed

Lines changed: 32 additions & 288 deletions

File tree

bun.lock

Lines changed: 5 additions & 175 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@astrojs/tailwind": "6.0.0",
1717
"@biomejs/biome": "^1.9.4",
18-
"tailwindcss": "^3.4.17"
18+
"tailwindcss": "^4.0.12"
1919
},
2020
"trustedDependencies": [
2121
"@biomejs/biome",

src/layouts/Layout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
const { title } = Astro.props
3+
import '@/styles/index.css'
34
---
45

56
<!DOCTYPE html>

src/pages/index.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
import '@/styles/global.scss'
32
import { getImage, Image } from 'astro:assets'
43
import Layout from '@/layouts/Layout.astro'
54

src/styles/global.scss

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)