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

[codelab] Sloppy Maintenance/Testing #282

Open
GaryBozek opened this issue May 20, 2021 · 0 comments
Open

[codelab] Sloppy Maintenance/Testing #282

GaryBozek opened this issue May 20, 2021 · 0 comments

Comments

@GaryBozek
Copy link

mdc-102 - Add a navigation drawer

Refresh the page at http://localhost:8080/home.html. Your home page should now look like this:

it fails to compile in Step 3; missing:

      [25] ./home.scss 584 bytes {0} [built] [failed] [1 error]
        + 11 hidden modules
    
  ERROR in ./home.scss
    Module build failed: 
    @use '@material/theme/theme-color';
    ^
          Can't find stylesheet to import.
       ╷
    22 │ @use '@material/theme/theme-color';
       │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
       ╵
      node_modules/@material/list/_variables.scss 22:1           @forward
      node_modules/@material/drawer/mdc-drawer.import.scss 13:1  @import
      stdin 2:9                                                  root stylesheet
          in /home/ws07/elm/course-mdc/material-components-web-codelabs/mdc-101/starter/node_modules/@material/list/_variables.scss (line 22, column 1)
     @ multi (webpack)-dev-server/client?http://localhost:8080 ./home.scss

https://github.com/material-components/material-components-web/blame/master/packages/mdc-list/_variables.scss, Line 22: @use '@material/theme/theme-color'; has been in place for 10 months.

Instructions need to be update to include this package.

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

No branches or pull requests

1 participant