mirror of
https://github.com/SoPat712/maisie-heardle.git
synced 2025-08-21 18:28:45 -04:00
Base app in working condition
This commit is contained in:
10
tailwind.config.cjs
Normal file
10
tailwind.config.cjs
Normal file
@@ -0,0 +1,10 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ['./src/**/*.{html,svelte,ts,js}'],
|
||||
theme: {
|
||||
extend: {
|
||||
// put your custom colors, spacing, etc. here
|
||||
}
|
||||
},
|
||||
plugins: []
|
||||
};
|
Reference in New Issue
Block a user