diff options
| author | seth <[email protected]> | 2024-02-12 20:29:15 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-13 00:24:08 -0500 |
| commit | 2cbc22348ef038181e1dc89635a3be005604a4ca (patch) | |
| tree | 33a33ffe0203b730078d01c5d7d3951239619ca9 /src/global.sass | |
| parent | 05780c6b2d8b184122a32095c50363a6c8617d64 (diff) | |
back to astro
Diffstat (limited to 'src/global.sass')
| -rw-r--r-- | src/global.sass | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/global.sass b/src/global.sass deleted file mode 100644 index 8fd7c0c..0000000 --- a/src/global.sass +++ /dev/null @@ -1,13 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500&display=swap') - -@tailwind base -@tailwind components -@tailwind utilities -@tailwind variants - -a - text-decoration: underline - @apply text-blue - -h1 - @apply text-3xl md:text-4xl |
