diff options
Diffstat (limited to 'stdlib/source/library/lux/data/format/css/value.lux')
-rw-r--r-- | stdlib/source/library/lux/data/format/css/value.lux | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/data/format/css/value.lux b/stdlib/source/library/lux/data/format/css/value.lux index 61a8be4fb..ea886a91a 100644 --- a/stdlib/source/library/lux/data/format/css/value.lux +++ b/stdlib/source/library/lux/data/format/css/value.lux @@ -966,7 +966,7 @@ [(def: .public (<name> angle start next) (-> Angle Stop (List/1 [(Maybe Hint) Stop]) (Value Image)) (let [[now after] next] - (..apply <function> (partial_list (representation Angle angle) + (..apply <function> (list.partial (representation Angle angle) (with_hint now) (list#each with_hint after)))))] @@ -1083,7 +1083,7 @@ after_extent) where (format (..shape shape) " " with_extent) [now after] next] - (..apply <function> (partial_list (..shape shape) + (..apply <function> (list.partial (..shape shape) (with_hint now) (list#each with_hint after)))))] @@ -1099,7 +1099,7 @@ (let [with_inset (if inset? (list "inset") (list))] - (|> (partial_list (representation horizontal) + (|> (list.partial (representation horizontal) (representation vertical) (|> blur (maybe.else ..default_shadow_length) representation) (|> spread (maybe.else ..default_shadow_length) representation) |