-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NO-TICKET] Make Sass syntax compatible with node-sass compiler (#1958)
* Revert Sass updates that are incompatible with `node-sass` There are still a couple warnings in dart `sass` about the `percentage()` calculations, but it doesn't break the build * Fix warning that division needs to be used in calc We can use `calc` (compatible with node-sass) instead of `math.div` (dart sass only) if we convert it to a percentage in a different way
- Loading branch information
Showing
3 changed files
with
3 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
@use 'sass:math'; | ||
|
||
@import '../settings/index.scss'; | ||
|
||
// TODO: Update class namespace to utilities | ||
|