From fc7f350e5b26188941778514a1f0c0ae48282e72 Mon Sep 17 00:00:00 2001 From: Andrew Patton Date: Thu, 16 Jan 2025 18:27:59 -0800 Subject: [PATCH] Use same property for color function compiled output (#894) --- website/pages/transpilation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/pages/transpilation.md b/website/pages/transpilation.md index 12f69fc7..ed969fce 100644 --- a/website/pages/transpilation.md +++ b/website/pages/transpilation.md @@ -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); } ```