-
Notifications
You must be signed in to change notification settings - Fork 362
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This bumps sass to version 1.79 and fixes the deprecation warning: DEPRECATION WARNING: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 21.7021276596%) color.adjust($color, $lightness: 10%) More info: https://sass-lang.com/d/color-functions ╷ 12 │ @return lighten($base-color, 10%); │ ^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ lib/Sass/common/_variables.scss 12:11 get-hover-color() lib/Sass/common/_buttons.scss 69:17 root stylesheet and: DEPRECATION WARNING: darken() is deprecated. Suggestions: color.scale($color, $lightness: -27.7551020408%) color.adjust($color, $lightness: -8%) More info: https://sass-lang.com/d/color-functions ╷ 172 │ $chart-darker: darken($dark, 8%); │ ^^^^^^^^^^^^^^^^^ ╵ lib/Sass/common/_variables.scss 172:16 @import lib/Sass/common/_buttons.scss 1:9 root stylesheet
- Loading branch information
Showing
6 changed files
with
44 additions
and
25 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
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