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
Hi LESSHat team,
as I have understood, multiline keyframe declaration is not possible, due to LESS parser? Or is there a workaround for this?
.keyframes(~' foo, from { opacity: 0 } to { opacity: 1 } ');
I also created a PR for less.js repo, so that also multiline strings are supported.
The text was updated successfully, but these errors were encountered:
Hey, as I know there is not workaround. Your suggested feature would be great!
Sorry, something went wrong.
I have found a codepen that has a mixin which simply accepts a detached ruleset as an argument
Such mixin could be used for simple rules where vendor-prefixed properties animation, transform and filter aren't used
animation
transform
filter
No branches or pull requests
Hi LESSHat team,
as I have understood, multiline keyframe declaration is not possible, due to LESS parser? Or is there a workaround for this?
I also created a PR for less.js repo, so that also multiline strings are supported.
The text was updated successfully, but these errors were encountered: