-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Transition shorthand property throws error because of sourcemaps (3.7.1) #3299
New issue
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
Comments
This looks related to #3300. |
@matthew-dean Yeah. Looks like. So let me clarify my case. I dont use CSS variables. Used LESS variables have the following values: @duration-long: 0.62s;
@easing-out: cubic-bezier(0.2, 0.62, 0.38, 1); There is no error, if I remove these variables from the transition shorthand property and use direct values instead. |
@mahish Can you see if this branch fixes your issue? https://github.com/matthew-dean/less.js/tree/bugfix-3300 |
@matthew-dean I did |
@mahish Great! Thanks for letting me know! |
@mahish Does it appear to still be mapping lines correctly? I have no reason to think otherwise, just making sure. |
I couldnt make sourcemaps work in the project (I dont think it is related to this issue). So I created new one (small and simple) for testing purposes. And so I can say lines are mapped correctly:) |
@mahish Great! |
v3.8.1 released |
Originally posted to
gulp-less
gulp-community/gulp-less#299. But the issue is with the LESS itself.lessc 3.7.1
=> Error withlessc --source-map=file.map styles.less styles.css
:gulp-less 4.0.1
stacktrace of the error is telling more:It works fine without sourcemaps option.
The text was updated successfully, but these errors were encountered: