Skip to content
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

Optimise blend.less #502

Closed
guywillis opened this issue Mar 13, 2024 · 1 comment · Fixed by #503
Closed

Optimise blend.less #502

guywillis opened this issue Mar 13, 2024 · 1 comment · Fixed by #503

Comments

@guywillis
Copy link
Contributor

Subject of the issue

The Less loop found in blend.less file is a bit of a sledge hammer to crack a nut and could be simpler and more efficient.

We should be able to utilise the each list function to extract the necessary values from the @blend-modes variable and assign the value to the associated property.

https://lesscss.org/functions/#list-functions-each

Your environment

  • Master FW & AT
Copy link

🎉 This issue has been resolved in version 9.16.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant