Page MenuHomeDevCentral

Avoid SCSS divisions outside calc expressions
ClosedPublic

Authored by dereckson on Mar 26 2023, 22:53.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 23, 14:21
Unknown Object (File)
Mon, Jul 21, 03:45
Unknown Object (File)
Mon, Jul 21, 01:28
Unknown Object (File)
Sun, Jul 20, 20:34
Unknown Object (File)
Wed, Jul 16, 10:20
Unknown Object (File)
Tue, Jul 15, 12:17
Unknown Object (File)
Mon, Jul 14, 08:39
Unknown Object (File)
Thu, Jul 10, 18:08
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