aforemny / elm-mdc

Elm port of the Material Components for the Web CSS/JS library
https://aforemny.github.io/elm-mdc
Apache License 2.0
354 stars 43 forks source link

Build instruction does not build/create main.css expected by demo application #346

Open praveentiru opened 3 years ago

praveentiru commented 3 years ago

Hi,

I am new to this library and wanted to play with it. Following recipe resulted in issue: Environment:

main.css was missing.

Workaround:

  1. Open the demo-application linked in README
  2. Copy the main.css file to build folder
  3. Refresh the page

Rendering worked.