mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 18:56:15 -04:00
CSS Vars refactoring
This commit is contained in:
parent
14460576bf
commit
d12af72cab
64 changed files with 4878 additions and 4948 deletions
|
@ -15,7 +15,7 @@ hr {
|
|||
height: 0; // 1
|
||||
overflow: visible; // 2
|
||||
border: none;
|
||||
border-top: 1px solid var(--muted-border);
|
||||
border-top: 1px solid var(--muted-border-color);
|
||||
}
|
||||
|
||||
// Add the correct display in IE 10+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue