Closed tksheppard closed 2 years ago
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
Wasn't aware calc()
allowed for that. Was going off the recommendation made in the console, which I stopped reading after math.div
. I like calc()
much more, and removes the usage of scss:math. So, I changed over to use calc()
.
Related to Issue
Fixes #299
Description
This adds the scss math function which changes the use of division signs to instead use
math.div
. This will get rid of deprecation warnings.How Has This Been Tested?
Changed and compiled.
Screenshots (if appropriate):
Types of changes
Checklist: