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

Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0. #67

Open
SmallhillCZ opened this issue Mar 30, 2022 · 0 comments

Comments

@SmallhillCZ
Copy link
Member

Warning při buildu interní:

DEPRECATION WARNING: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Recommendation: math.div($size, 2) or calc($size / 2)
More info and automated migrator: https://sass-lang.com/d/slash-div
   ╷
19 │   border-radius: $size/2;
   │                  ^^^^^^^
   ╵
    src/app/modules/events/components/event-subtype-selector/event-subtype-selector.component.scss 19:18  root stylesheet
@jhavelik jhavelik transferred this issue from bosancz/bosan.cz Jan 19, 2024
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