mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-12 18:43:45 +00:00
feat(#46): Add boxes page
This commit is contained in:
+5
-1
@@ -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: {}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user