website refactor

This commit is contained in:
2026-01-20 23:50:29 +01:00
parent 7cbec00474
commit 4516427a19
30 changed files with 735 additions and 772 deletions

View File

@@ -46,4 +46,23 @@ module.exports = {
},
},
plugins: [],
safelist: [
{
pattern: /^(grid-cols|gap|p|px|py|pt|pb|pl|pr|m|mx|my|mt|mb|ml|mr)-/,
variants: ['sm', 'md', 'lg', 'xl', '2xl'],
},
{
pattern: /^(w|h|max-w|min-w|max-h|min-h)-/,
variants: ['sm', 'md', 'lg', 'xl', '2xl'],
},
{
pattern: /^(flex|items|justify|self)-/,
variants: ['sm', 'md', 'lg', 'xl', '2xl'],
},
'grid',
'flex',
'block',
'inline-block',
'none',
],
}