12 lines
174 B
CSS
12 lines
174 B
CSS
@import "tailwindcss";
|
|
|
|
@plugin "./daisyui-wrapper.js" {
|
|
themes: all;
|
|
};
|
|
|
|
@plugin "./daisyui-theme-wrapper.js" {
|
|
};
|
|
|
|
@source not "*";
|
|
@source "./src/**/*.{rs,html,css}";
|