Corcules

Results 6 comments of Corcules

Nice idea. I guess yes. I would try this

@JaredVogt a distinction must be made between "using the KM macro's icon as the default SD Action's icon when **setting it up**" and "toogling SD Action's icon based on something...

Good point Tim, thank you. It's coming from a quick manual translation. In french we have two n.

Sorry, just try but not working with inline string conversion. exactly the same error.

Fews more tests : @color-icone : escape( #ffffff ); @color-icone : escape( %( "%s", #ffffff )); Both are working with Less 2.7.1. Both **not** working with Less 3.8.1

Finally i use that trick : Escaping the color string directly give the syntax error, but assign the color string to a variable then escaping the variable works. This may...