momentum-design / momentum-ui

Momentum UI is a collection of UI libraries for implementing Momentum Design into web applications and websites.
https://momentum.design
MIT License
199 stars 204 forks source link

fix: sass calculations #1401

Open amagana8 opened 1 year ago

amagana8 commented 1 year ago

Description

Put sass value calculations inside a calc() as using / for division is deprecated and will be removed in dart Sass 2.0.0. Moving forward it is recommended to use calc() for such operations.

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots:

Before (If applicable):

After:

Types of changes

Checklist: