You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: