adaptlearning / adapt-contrib-vanilla

The core bundled adapt theme
GNU General Public License v3.0
11 stars 64 forks source link

Optimise `blend.less` #502

Closed guywillis closed 2 months ago

guywillis commented 2 months ago

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

github-actions[bot] commented 2 months ago

:tada: This issue has been resolved in version 9.16.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: