mirror of
https://github.com/jfmengels/elm-review.git
synced 2025-01-07 02:09:35 +03:00
Remove unused CssFunctions
This commit is contained in:
parent
ead0935512
commit
c8c6f43b2d
@ -13,12 +13,6 @@ type CssArgument
|
||||
| MissingArgument Int
|
||||
|
||||
|
||||
type alias CssFunctions =
|
||||
Dict
|
||||
( ModuleName, String )
|
||||
({ firstArgument : Node Expression, restOfArguments : List (Node Expression) } -> List CssArgument)
|
||||
|
||||
|
||||
fromLiteral : Node Expression -> CssArgument
|
||||
fromLiteral node =
|
||||
case Node.value node of
|
||||
|
Loading…
Reference in New Issue
Block a user