feat(components): improve RTL support (#2433)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Malik-Jouda
2024-10-28 22:37:01 +02:00
committed by GitHub
parent e82a82d812
commit 94c49186e1
50 changed files with 2375 additions and 2375 deletions

View File

@@ -92,8 +92,8 @@ export default (options: Required<ModuleOptions>) => ({
orientation: 'vertical',
variant: 'link',
class: {
list: 'border-l -ml-px',
indicator: '-left-px w-px'
list: 'border-s -ms-px',
indicator: '-start-px w-px'
}
}, ...(options.theme.colors || []).map((color: string) => ({
color,