matheus23 / elm-tailwind-modules

Generate Elm code for Tailwind Utilities and Components that purges using Elm's dead code elimination!
https://matheus23.github.io/elm-tailwind-modules/
117 stars 12 forks source link

typo concerning dead code elimination #4

Closed sebbes-at-deepgram closed 3 years ago

sebbes-at-deepgram commented 3 years ago

whatever the options are passed, the compiler generates the js from the main function, so elm doesn't "purge", it just doesn't generate unused code :)

matheus23 commented 3 years ago

Of course! Thanks :+1: