Remove unused CssFunctions

This commit is contained in:
Jeroen Engels 2024-03-25 22:45:07 +01:00
parent 982903435c
commit 2bd6bf8421

View File

@ -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