Skip to content

Commit

Permalink
some rtl classnames added
Browse files Browse the repository at this point in the history
  • Loading branch information
brkcvn committed Sep 22, 2022
1 parent 098d5a4 commit e9ab1ed
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
31 changes: 31 additions & 0 deletions public/css/app.css
Expand Up @@ -47944,6 +47944,12 @@ body{
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

[dir="ltr"] .ltr\:space-x-4 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(1rem * var(--tw-space-x-reverse));
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

[dir="ltr"] .ltr\:rounded-tl-lg{
border-top-left-radius: 0.5rem;
}
Expand Down Expand Up @@ -48000,6 +48006,10 @@ body{
padding-right: 2.5rem;
}

[dir="ltr"] .ltr\:pl-0{
padding-left: 0px;
}

[dir="ltr"] .ltr\:text-left{
text-align: left;
}
Expand Down Expand Up @@ -48430,6 +48440,11 @@ body{
grid-column: span 5 / span 5;
}

.lg\:my-12{
margin-top: 3rem;
margin-bottom: 3rem;
}

.lg\:my-0{
margin-top: 0px;
margin-bottom: 0px;
Expand All @@ -48439,6 +48454,10 @@ body{
margin-top: 0.5rem;
}

.lg\:mt-4{
margin-top: 1rem;
}

.lg\:mt-60{
margin-top: 15rem;
}
Expand Down Expand Up @@ -48688,6 +48707,10 @@ body{
padding-left: 6rem;
}

.lg\:pl-6{
padding-left: 1.5rem;
}

.lg\:pl-12{
padding-left: 3rem;
}
Expand Down Expand Up @@ -48749,6 +48772,10 @@ body{
padding-left: 6rem;
}

[dir="ltr"] .ltr\:lg\:pl-6{
padding-left: 1.5rem;
}

[dir="rtl"] .lg\:rtl\:left-0{
left: 0px;
}
Expand All @@ -48768,6 +48795,10 @@ body{
[dir="rtl"] .lg\:rtl\:pr-24{
padding-right: 6rem;
}

[dir="rtl"] .rtl\:lg\:pr-6{
padding-right: 1.5rem;
}
}

@media (min-width: 1280px){
Expand Down
11 changes: 10 additions & 1 deletion safelist.txt
Expand Up @@ -2,4 +2,13 @@ xl:pt-6
lg:mt-2
ltr:-right-1.5
rtl:-left-1.5
lg:pl-24
lg:pl-24
lg:my-12
lg:mt-4
lg:pl-6
ltr:pl-0
rtl:pr-0
ltr:lg:pl-6
rtl:lg:pr-6
ltr:-right-8
rtl:-left-8

0 comments on commit e9ab1ed

Please sign in to comment.