1 2 3 4 5 6 7 8 9
@import "tailwindcss"; @plugin "daisyui" { themes: cmyk --default, black; } html, body { touch-action: pan-x pan-y; overscroll-behavior: none; }