aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/format/css.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/data/format/css.lux')
-rw-r--r--stdlib/source/library/lux/data/format/css.lux22
1 files changed, 11 insertions, 11 deletions
diff --git a/stdlib/source/library/lux/data/format/css.lux b/stdlib/source/library/lux/data/format/css.lux
index 7fd5e28d9..8f0cc2f06 100644
--- a/stdlib/source/library/lux/data/format/css.lux
+++ b/stdlib/source/library/lux/data/format/css.lux
@@ -2,25 +2,25 @@
[library
[lux {"-" [and]}
[control
- ["." maybe]]
+ ["[0]" maybe]]
[data
[number
- ["." nat]]
- ["." text
+ ["[0]" nat]]
+ ["[0]" text
["%" format {"+" [format]}]
- ["." encoding {"+" [Encoding]}]]
+ ["[0]" encoding {"+" [Encoding]}]]
[collection
- ["." list ("#\." functor)]]]
+ ["[0]" list ("[1]\[0]" functor)]]]
[type
abstract]
[world
[net {"+" [URL]}]]]]
- ["." / "_"
- ["#." selector {"+" [Selector Combinator]}]
- ["#." value {"+" [Value Animation Percentage]}]
- ["#." font {"+" [Font]}]
- ["#." style {"+" [Style]}]
- ["#." query {"+" [Query]}]])
+ ["[0]" / "_"
+ ["[1][0]" selector {"+" [Selector Combinator]}]
+ ["[1][0]" value {"+" [Value Animation Percentage]}]
+ ["[1][0]" font {"+" [Font]}]
+ ["[1][0]" style {"+" [Style]}]
+ ["[1][0]" query {"+" [Query]}]])
(abstract: .public Common {} Any)
(abstract: .public Special {} Any)