Skip to content

Commit 849704d

Browse files
committed
Fix type
1 parent 13c9347 commit 849704d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Notes:
8181

8282
```css
8383
whatever {
84-
color: color(red a(10%);
84+
color: color(red a(10%));
8585

8686
background-color: color(red lightness(50%)); /* == color(red l(50%)); */
8787

0 commit comments

Comments
 (0)