Skip to content

Commit 1400cbe

Browse files
author
Richard Feldman
committed
🎨 Use partial application more
1 parent 96e9686 commit 1400cbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Css/Media.elm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ The above code translates into the following CSS.
223223
224224
-}
225225
withMedia : List MediaQuery -> List Style -> Style
226-
withMedia queries =
227-
Preprocess.WithMedia queries
226+
withMedia =
227+
Preprocess.WithMedia
228228

229229

230230
{-| Manually specify a `@media` rule that is nested under an element or class

0 commit comments

Comments
 (0)