aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/format/css/property.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/data/format/css/property.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/data/format/css/property.lux b/stdlib/source/library/lux/data/format/css/property.lux
index 3ee23b2b7..9361d2d4a 100644
--- a/stdlib/source/library/lux/data/format/css/property.lux
+++ b/stdlib/source/library/lux/data/format/css/property.lux
@@ -65,8 +65,8 @@
(-> (Property Any) Text)
(|>> representation))
- (template [<brand> <alias>+ <property>+]
- [(`` (template [<alias> <property>]
+ (with_template [<brand> <alias>+ <property>+]
+ [(`` (with_template [<alias> <property>]
[(def: .public <alias>
(Property <brand>)
(abstraction <property>))]
@@ -74,7 +74,7 @@
(~~ (template.spliced <alias>+))))
(with_expansions [<rows> (template.spliced <property>+)]
- (template [<property>]
+ (with_template [<property>]
[(`` (def: .public (~~ (text_symbol <property>))
(Property <brand>)
(abstraction <property>)))]