diff options
Diffstat (limited to 'stdlib/source/library/lux/data/format/css.lux')
-rw-r--r-- | stdlib/source/library/lux/data/format/css.lux | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/data/format/css.lux b/stdlib/source/library/lux/data/format/css.lux index c754a7d6d..53b9238ec 100644 --- a/stdlib/source/library/lux/data/format/css.lux +++ b/stdlib/source/library/lux/data/format/css.lux @@ -14,7 +14,7 @@ ["[0]" nat]]] [meta [type - ["[0]" primitive (.except Frame def pattern)]]] + ["[0]" primitive (.except Frame def)]]] [world [net (.only URL)]]]] ["[0]" / @@ -40,7 +40,9 @@ (abstraction "")) (type .public Style - (List (Ex (_ brand) [(Property brand) (Value brand)]))) + (List (Ex (_ brand) + [(Property brand) + (Value brand)]))) (def .public (rule selector style) (-> (Selector Any) Style (CSS Common)) |