Skip to content

Commit fc7f350

Browse files
authored
Use same property for color function compiled output (#894)
1 parent b10f9ba commit fc7f350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/pages/transpilation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ compiles to:
286286

287287
```css
288288
.foo {
289-
background-color: #6a805d;
290-
background-color: color(a98-rgb .44091 .49971 .37408);
289+
color: #6a805d;
290+
color: color(a98-rgb .44091 .49971 .37408);
291291
}
292292
```
293293

0 commit comments

Comments
 (0)