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)
Sat, Nov 9, 11:56
Unknown Object (File)
Tue, Nov 5, 11:17
Unknown Object (File)
Tue, Nov 5, 11:00
Unknown Object (File)
Fri, Nov 1, 08:03
Unknown Object (File)
Sat, Oct 26, 14:04
Unknown Object (File)
Oct 14 2024, 09:04
Unknown Object (File)
Oct 12 2024, 09:06
Unknown Object (File)
Oct 12 2024, 09:06
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