fix: typo in writing mode value

This commit is contained in:
Guz
2024-12-16 15:34:55 -03:00
parent 8aabf820da
commit f49b460517

View File

@@ -63,7 +63,7 @@ export default defineConfig({
[/^vertical-(lr|rl)/, ([, d]) => {
return { 'writing-mode': `vertical-${d}` };
}],
['horizontal-tb', { 'writing-mode': 'horizontal' }],
['horizontal-tb', { 'writing-mode': 'horizontal-tb' }],
],
/* theme: {
colors: {