mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 11:16:15 -04:00
chore: update deps
This commit is contained in:
parent
68267235e4
commit
3aa9ad8dcd
19 changed files with 1279 additions and 2764 deletions
|
@ -35,13 +35,13 @@
|
|||
-webkit-tap-highlight-color: transparent; // 5
|
||||
-webkit-text-size-adjust: 100%; // 6
|
||||
text-size-adjust: 100%; // 6
|
||||
text-rendering: optimizeLegibility;
|
||||
background-color: var(--background-color);
|
||||
color: var(--color);
|
||||
font-weight: var(--font-weight);
|
||||
font-size: var(--font-size);
|
||||
line-height: var(--line-height); // 2
|
||||
font-family: var(--font-family);
|
||||
text-rendering: optimizeLegibility;
|
||||
overflow-wrap: break-word; // 3
|
||||
cursor: default; // 1
|
||||
tab-size: 4; // 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue