Skip to content

Commit

Permalink
Use same property for color function compiled output (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
acusti authored Jan 17, 2025
1 parent b10f9ba commit fc7f350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/pages/transpilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ compiles to:

```css
.foo {
background-color: #6a805d;
background-color: color(a98-rgb .44091 .49971 .37408);
color: #6a805d;
color: color(a98-rgb .44091 .49971 .37408);
}
```

Expand Down

0 comments on commit fc7f350

Please sign in to comment.