You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2019. It is now read-only.
Hi!
Thank you for your work!
I am new to Elm, so excuse me if I'm asking something obvious.
I've installed elm-styled directly from github with yarn. I added its path to source-directories in elm-package.json.
When I try to use it I get this error:
Module build failed: Error: Compiler process exited with error Compilation failed
I cannot find module 'Native.Css'.
Module 'Styled' is trying to import it.
Do you maybe have an example project setup somewhere with elm-styled that I can copy?
Thanks!