Fix tailwind purging and improve HMR

This commit is contained in:
Louis Knight-Webb
2025-06-21 18:23:34 +01:00
parent 0f4765dcf8
commit fac265d40a
2 changed files with 16 additions and 2 deletions

View File

@@ -7,6 +7,20 @@ module.exports = {
'./app/**/*.{ts,tsx}',
'./src/**/*.{ts,tsx}',
],
safelist: [
'xl:hidden',
'xl:relative',
'xl:inset-auto',
'xl:z-auto',
'xl:h-full',
'xl:w-[800px]',
'xl:flex',
'xl:flex-1',
'xl:min-w-0',
'xl:overflow-y-auto',
'xl:opacity-100',
'xl:pointer-events-auto',
],
prefix: "",
theme: {
container: {