Page MenuHomeDevCentral

Avoid SCSS divisions outside calc expressions
ClosedPublic

Authored by dereckson on Mar 26 2023, 22:53.
Tags
None
Referenced Files
F24638005: D2927.id7456.diff
Mon, Mar 2, 20:58
Unknown Object (File)
Sun, Mar 1, 17:53
Unknown Object (File)
Thu, Feb 26, 10:45
Unknown Object (File)
Wed, Feb 11, 16:44
Unknown Object (File)
Wed, Feb 11, 15:01
Unknown Object (File)
Wed, Feb 11, 13:25
Unknown Object (File)
Wed, Feb 11, 08:42
Unknown Object (File)
Wed, Feb 11, 03:45
Subscribers
None

Details

Summary

As Dart Sass deprecates the use of / as a divide symbol,
best course of action is to substitute them by a multiplication.

Reference: https://sass-lang.com/documentation/breaking-changes/slash-div

Test Plan

npm start

Diff Detail

Repository
rINFRAWWW Nasqueron infrastructure servers website
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
dereckson retitled this revision from Avoid SCSS divisions to Avoid SCSS divisions outside calc expressions.
This revision is now accepted and ready to land.Mar 26 2023, 22:54