9 lines
156 B
CSS
9 lines
156 B
CSS
@import 'tailwindcss';
|
|
@plugin 'daisyui' {
|
|
themes: light --default, emerald, forest, dark;
|
|
}
|
|
|
|
@theme {
|
|
/* Custom theme variables can be added here */
|
|
}
|