Visit kit.svelte.dev to read the documentation
+{faker.word.words(2000)} diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte new file mode 100644 index 0000000..e69de29 diff --git a/src/routes/blog/+page.svelte b/src/routes/blog/+page.svelte new file mode 100644 index 0000000..e69de29 diff --git a/tailwind.config.js b/tailwind.config.js index fa1cb36..a899351 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,64 +1,63 @@ -import { fontFamily } from "tailwindcss/defaultTheme"; - /** @type {import('tailwindcss').Config} */ const config = { - darkMode: ["class"], - content: ["./src/**/*.{html,js,svelte,ts}"], - safelist: ["dark"], + darkMode: ['class'], + content: ['./src/**/*.{html,js,svelte,ts}'], + safelist: ['dark'], theme: { container: { center: true, - padding: "2rem", + padding: '2rem', screens: { - "2xl": "1400px" + '2xl': '1400px' } }, extend: { colors: { - border: "hsl(var(--border) /