fix: typo in writing mode value
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user