Fixed Undefined offset 2 while css rendering

I think I can see what's happening here. It assumes there's a second/third index available in the regex matches that are found.

I think you can workaround it for now with something like:
Less:
@_someVar: xf-option('optionId.subId', );
 
I think I can see what's happening here. It assumes there's a second/third index available in the regex matches that are found.

I think you can workaround it for now with something like:
Less:
@_someVar: xf-option('optionId.subId', );
Yes i did. But it's may make the less more difficult to understand.
 
Top Bottom