migration to new backend
This commit is contained in:
11
frontend/tailwind.config.js
Normal file
11
frontend/tailwind.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ['./src/**/*.{html,js,svelte,ts}'],
|
||||
theme: {
|
||||
extend: {}
|
||||
},
|
||||
plugins: [require('@tailwindcss/typography'), require('daisyui')],
|
||||
daisyui: {
|
||||
themes: ['light', 'dark', 'night', 'retro', 'forest', 'aqua', 'garden', 'emerald']
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user