mirror of
https://github.com/picocss/pico.git
synced 2025-06-19 04:35:08 -04:00
fix: text align logical properties
This commit is contained in:
parent
1b4853ca06
commit
827e5fa308
4 changed files with 5 additions and 5 deletions
|
@ -33,7 +33,7 @@
|
|||
background-color: var(#{$css-var-prefix}background-color);
|
||||
color: var(#{$css-var-prefix}color);
|
||||
font-weight: var(#{$css-var-prefix}font-weight);
|
||||
text-align: left;
|
||||
text-align: start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue