Skip to content

Commit 628a04a

Browse files
authored
docs(CSS.md): Add / to rgba/hsla usage (#90)
1 parent 1bfde0a commit 628a04a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/css.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Then use them:
2626
```css
2727
.my-div {
2828
color: var(--ctp-mocha-text);
29-
background: rgba(var(--ctp-macchiato-base-rgb) 0.9);
30-
border-color: hsla(var(--ctp-frappe-red-hsl) 0.75);
29+
background: rgba(var(--ctp-macchiato-base-rgb) / 0.9);
30+
border-color: hsla(var(--ctp-frappe-red-hsl) / 0.75);
3131
}
3232
```
3333

0 commit comments

Comments
 (0)