Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CSS compiler to match latest ElmCSS docs #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bdugan14
Copy link

I get the following errors when I run elm-css Stylesheets.elm before making any changes in tutorial part13:

-- NAMING ERROR ------------------------------------------------ Stylesheets.elm

Cannot find type `Model`

16| main : Program Never Model Msg
                         ^^^^^


-- NAMING ERROR ------------------------------------------------ Stylesheets.elm

Cannot find type `Msg`

16| main : Program Never Model Msg
                               ^^^


Detected errors in 1 module.                                        
Error: Errored with exit code 1

If I update Stylesheets.elm to match the ElmCss docs (special module in "Approach 2"), it works fine.

@rtfeldman rtfeldman force-pushed the master branch 2 times, most recently from 523b085 to b964fb9 Compare October 26, 2017 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant