Skip to content

Commit

Permalink
updated order for padding/margin utility classes
Browse files Browse the repository at this point in the history
  • Loading branch information
claudia-romano committed Jul 17, 2023
1 parent 2923fbf commit c79a4c5
Show file tree
Hide file tree
Showing 5 changed files with 3,835 additions and 3,762 deletions.
7 changes: 4 additions & 3 deletions main/css/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ button, input, textarea, select, .reset {
border-radius: 0;
color: inherit;
line-height: inherit;
appearance: none;
-webkit-appearance: none;
appearance: none;
}

a {
color: var(--color-primary, hsl(250, 100%, 69%));
color: var(--color-primary, hsl(250deg, 100%, 69%));
}

textarea {
Expand All @@ -56,5 +57,5 @@ img, video, svg {
}

[data-theme] {
color: var(--color-contrast-high, hsl(240, 5%, 82%));
color: var(--color-contrast-high, hsl(240deg, 5%, 82%));
}
Loading

0 comments on commit c79a4c5

Please sign in to comment.