mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
RTL support #34
This commit is contained in:
parent
6363f84087
commit
001d1a9657
17 changed files with 374 additions and 64 deletions
|
@ -44,3 +44,11 @@ textarea,
|
|||
[tabindex] {
|
||||
-ms-touch-action: manipulation;
|
||||
}
|
||||
|
||||
|
||||
// Pico
|
||||
// ––––––––––––––––––––
|
||||
|
||||
[dir="rtl"] {
|
||||
direction: rtl;
|
||||
}
|
||||
|
|
|
@ -28,6 +28,9 @@
|
|||
&:not(:empty) {
|
||||
&::before {
|
||||
margin-right: calc(var(--spacing) * 0.5);
|
||||
margin-left: 0;
|
||||
margin-inline-end: calc(var(--spacing) * 0.5);
|
||||
margin-inline-start: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue