We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DEPRECATION WARNING: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 81.6%) color.adjust($color, $lightness: 40%) More info: https://sass-lang.com/d/color-functions ╷ 20 │ $grey-color-light: lighten($grey-color, 40%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ minima.scss 20:20 @import /home/chris/Repos/school/e4e/website2.0/assets/main.scss 2:9 root stylesheet DEPRECATION WARNING: darken() is deprecated. Suggestions: color.scale($color, $lightness: -49.0384615385%) color.adjust($color, $lightness: -25%) More info: https://sass-lang.com/d/color-functions ╷ 21 │ $grey-color-dark: darken($grey-color, 25%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^ ╵ minima.scss 21:20 @import /home/chris/Repos/school/e4e/website2.0/assets/main.scss 2:9 root stylesheet DEPRECATION WARNING: darken() is deprecated. Suggestions: color.scale($color, $lightness: -28.5447761194%) color.adjust($color, $lightness: -15%) More info: https://sass-lang.com/d/color-functions ╷ 132 │ color: darken($brand-color, 15%); │ ^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ /home/chris/Repos/school/e4e/website2.0/_sass/minima/_base.scss 132:12 @import minima.scss 51:3 @import /home/chris/Repos/school/e4e/website2.0/assets/main.scss 2:9 root stylesheet DEPRECATION WARNING: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 19.2857142857%) color.adjust($color, $lightness: 18%) More info: https://sass-lang.com/d/color-functions ╷ 257 │ color: lighten($text-color, 18%); │ ^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ /home/chris/Repos/school/e4e/website2.0/_sass/minima/_base.scss 257:10 @import minima.scss 51:3 @import /home/chris/Repos/school/e4e/website2.0/assets/main.scss 2:9 root stylesheet DEPRECATION WARNING: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 66.5217391304%) color.adjust($color, $lightness: 6%) More info: https://sass-lang.com/d/color-functions ╷ 262 │ background-color: lighten($grey-color-light, 6%); │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ /home/chris/Repos/school/e4e/website2.0/_sass/minima/_base.scss 262:25 @import minima.scss 51:3 @import /home/chris/Repos/school/e4e/website2.0/assets/main.scss 2:9 root stylesheet WARNING: 3 repetitive deprecation warnings omitted. Run in verbose mode to see all **warnings.**
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: