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

add ember-paper addon to the project #1

Closed
umitozturk opened this issue Jan 16, 2022 · 0 comments
Closed

add ember-paper addon to the project #1

umitozturk opened this issue Jan 16, 2022 · 0 comments
Labels
good first issue Good for newcomers

Comments

@umitozturk
Copy link
Owner

umitozturk commented Jan 16, 2022

Github: https://github.com/miguelcobain/ember-paper#readme
Docs: https://miguelcobain.github.io/ember-paper/

Errors occured locally after installed ember-paper addon. Then I solved it.

Error prompt(70 times):

Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($layout-gutter-width, 2) or calc($layout-gutter-width / 2)
More info and automated migrator: [https://sass-lang.com/d/slash-div](https://sass-lang.com/d/slash-div)

and I solved it with:
npx sass-migrator division **/*.scss

references:
twbs/bootstrap#34051
https://github.com/sass/migrator

note that:
this addon is not working on ember 3.2.7 or later.

you can read my comment on this topic via this link, miguelcobain/ember-paper#1202 (comment)

umitozturk added a commit that referenced this issue Jan 16, 2022
build(#1): add ember-paper addon to project
@umitozturk umitozturk added the good first issue Good for newcomers label Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant