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

Problem with Sass #7

Closed
ClemHlrdt opened this issue Jul 27, 2018 · 1 comment
Closed

Problem with Sass #7

ClemHlrdt opened this issue Jul 27, 2018 · 1 comment

Comments

@ClemHlrdt
Copy link

So I'm using bulma-start with bulma@0.7.1. When I run npm start, I get a compilation error in sass.

{ "status": 1, "file": "/Users/clement/Documents/GitHub/portfolio/node_modules/bulma-start/node_modules/bulma/sass/components/navbar.sass", "line": 400, "column": 20, "message": "Incompatible units: 'rem' and 'em'.", "formatted": "Error: Incompatible units: 'rem' and 'em'.\n on line 400 of node_modules/bulma/sass/components/navbar.sass, in mixin @content\n from line 99 of node_modules/bulma/sass/utilities/mixins.sass, in mixin desktop\n from line 261 of node_modules/bulma/sass/components/navbar.sass\n from line 11 of node_modules/bulma/sass/components/_all.sass\n from line 6 of node_modules/bulma/bulma.sass\n from line 33 of _sass/main.scss\n>> padding-top: $navbar-height + ($navbar-padding-vertical * 2); }\n\n -------------------^\n" }

Is there something I did wrong or a way to fix this ?

@ClemHlrdt
Copy link
Author

Sorry for opening this issue, in my main.scss, I was using 'em' instead of 'rem' to change the height of the navbar.

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