From f49b4605176aeb6c8daaf521d656f21676b0cb33 Mon Sep 17 00:00:00 2001 From: "Gustavo L de Mello (Guz)" Date: Mon, 16 Dec 2024 15:34:55 -0300 Subject: [PATCH] fix: typo in writing mode value --- uno.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uno.config.js b/uno.config.js index 10e4f37..ec74672 100644 --- a/uno.config.js +++ b/uno.config.js @@ -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: {