Skip to content

Commit 97691d9

Browse files
committed
Abandon tailwind; basic bear design
1 parent 19f57b4 commit 97691d9

File tree

17 files changed

+686
-831
lines changed

17 files changed

+686
-831
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"files.associations": {
33
"*.css": "tailwindcss"
4-
}
4+
},
5+
"html.customData": ["./node_modules/@awesome.me/webawesome/dist/vscode.html-custom-data.json"]
56
}

astro.config.mjs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
// @ts-check
22
import { defineConfig } from 'astro/config';
33

4-
import tailwindcss from '@tailwindcss/vite';
5-
64
// https://astro.build/config
7-
export default defineConfig({
8-
vite: {
9-
plugins: [tailwindcss()]
10-
}
11-
});
5+
export default defineConfig({});

0 commit comments

Comments
 (0)