chore: update heti style, remove infrequently used unocss rules, streamline meta tags

This commit is contained in:
radishzzz 2025-05-04 03:23:23 +01:00
parent 9ebc6aadc5
commit 67e1f6cf8e
8 changed files with 44 additions and 80 deletions

View file

@ -51,20 +51,13 @@ export default defineConfig({
'uno-tags-style': 'inline-block whitespace-nowrap border border-secondary/25 rounded-full px-3.2 py-0.7 c-secondary transition-colors hover:(border-secondary/75 text-primary)',
'uno-decorative-line': 'h-0.25 w-10 bg-secondary/25 mb-4.5 lg:(w-11 mb-6)',
'uno-tags-wrapper': 'flex flex-wrap gap-x-3 gap-y-3.2',
'uno-round-border': 'rounded border border-solid border-secondary/5',
},
rules: [
['scrollbar-hidden', {
'scrollbar-width': 'none',
'-ms-overflow-style': 'none',
}],
['ios-flash-fix', {
'backface-visibility': 'hidden',
'-webkit-backface-visibility': 'hidden',
}],
['force-gpu', {
'transform': 'translateZ(0)',
'-webkit-transform': 'translateZ(0)',
}],
],
transformers: [
transformerDirectives(),