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
Sass
After I updated sass-embedded to version 1.79.3
sass-embedded
1.79.3
Deprecation [legacy-js-api]: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. More info: https://sass-lang.com/d/legacy-js-api Deprecation Warning: lighten() is deprecated. Suggestions: color.scale($color, $lightness: 41.6584158416%) color.adjust($color, $lightness: 33%) More info: https://sass-lang.com/d/color-functions ╷ 9 │ $secondary-background-color: lighten($primary-background-color, 33%) !default; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ file:///C:/<PROJECT_PATH>/node_modules/video.js/src/css/_private-variables.scss 9:30 @import file:///C:/<PROJECT_PATH>/node_modules/video.js/src/css/video-js.scss 3:9 @import file:///C:/<PROJECT_PATH>/src/scss/videojs.scss 2:9 root stylesheet
sass
@import 'video.js/src/css/video-js.scss';
scss
No response
8.18.1
The text was updated successfully, but these errors were encountered:
FYI @mister-ben @gkatsev
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
After I updated
sass-embedded
to version1.79.3
Steps to reproduce
sass
orsass-embedded
@import 'video.js/src/css/video-js.scss';
in thescss
file and import it.Errors
No response
What version of Video.js are you using?
8.18.1
The text was updated successfully, but these errors were encountered: