Skip to content

Commit

Permalink
docs(CSS.md): Add / to rgba/hsla usage (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
alic3dev authored Aug 5, 2024
1 parent 1bfde0a commit 628a04a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/css.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Then use them:
```css
.my-div {
color: var(--ctp-mocha-text);
background: rgba(var(--ctp-macchiato-base-rgb) 0.9);
border-color: hsla(var(--ctp-frappe-red-hsl) 0.75);
background: rgba(var(--ctp-macchiato-base-rgb) / 0.9);
border-color: hsla(var(--ctp-frappe-red-hsl) / 0.75);
}
```

Expand Down

0 comments on commit 628a04a

Please sign in to comment.