Page MenuHomeDevCentral

Avoid SCSS divisions outside calc expressions
ClosedPublic

Authored by dereckson on Mar 26 2023, 22:53.
Tags
None
Referenced Files
F4361975: D2927.diff
Thu, Feb 13, 17:08
Unknown Object (File)
Wed, Feb 12, 02:01
Unknown Object (File)
Sun, Feb 2, 23:40
Unknown Object (File)
Sun, Feb 2, 12:53
Unknown Object (File)
Sun, Feb 2, 12:44
Unknown Object (File)
Wed, Jan 29, 07:46
Unknown Object (File)
Mon, Jan 20, 04:15
Unknown Object (File)
Jan 10 2025, 02:27
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