Skip to content

Commit 24885aa

Browse files
committed
typo in docs
1 parent fd6f911 commit 24885aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ property (or a variable), you can use [string unquoting](#string_unquoting):
166166

167167
```less
168168
.var {
169-
@size: ~"20px/80px"
169+
@size: ~"20px/80px";
170170
font: @size sans-serif;
171171
}
172172
```

0 commit comments

Comments
 (0)