feat(#46): Add boxes page

This commit is contained in:
Josh Creek
2024-07-15 20:49:36 +01:00
parent f5c580b828
commit a61b6a3f50
5 changed files with 182 additions and 1 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/routes/**/*.{svelte,js,ts}', './src/lib/components/**/*.{svelte,js,ts}'],
content: [
'./src/routes/**/*.{svelte,js,ts}',
'./src/routes/**/**/*.{svelte,js,ts}',
'./src/lib/components/**/*.{svelte,js,ts}'
],
theme: {
extend: {}
},