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
Vuetify Version: 2.2.6 Vue Version: 2.6.11 Browsers: Firefox 72.0 OS: Mac OS 10.14
The issue has been reported here: #3678
but it seems the issue is still here:
vuetify/packages/vuetify/src/components/VProgressLinear/VProgressLinear.sass
Line 11 in 4fe4295
The $transition.fast-in-slow-out variable should have a related entry in the SASS $transition variables.
$transition.fast-in-slow-out
$transition
Falls back to initial transition-timing-function
transition-timing-function
https://codepen.io/kulikala/pen/KKwYpYj
The text was updated successfully, but these errors were encountered:
fea155e
johnleider
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 2.2.6
Vue Version: 2.6.11
Browsers: Firefox 72.0
OS: Mac OS 10.14
Steps to reproduce
The issue has been reported here:
#3678
but it seems the issue is still here:
vuetify/packages/vuetify/src/components/VProgressLinear/VProgressLinear.sass
Line 11 in 4fe4295
Expected Behavior
The
$transition.fast-in-slow-out
variable should have a related entry in the SASS$transition
variables.Actual Behavior
Falls back to initial
transition-timing-function
Reproduction Link
https://codepen.io/kulikala/pen/KKwYpYj
The text was updated successfully, but these errors were encountered: