Page MenuHomeDevCentral

Avoid SCSS divisions outside calc expressions
ClosedPublic

Authored by dereckson on Mar 26 2023, 22:53.
Tags
None
Referenced Files
F3632322: D2927.id7456.diff
Sun, Oct 6, 21:28
F3632111: D2927.diff
Sun, Oct 6, 19:25
F3632039: D2927.id7457.diff
Sun, Oct 6, 18:34
Unknown Object (File)
Thu, Oct 3, 23:11
Unknown Object (File)
Thu, Oct 3, 22:40
Unknown Object (File)
Thu, Oct 3, 19:21
Unknown Object (File)
Fri, Sep 20, 08:23
Unknown Object (File)
Tue, Sep 17, 18:47
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