Encountering an issue while compiling this code using WINLess:
.icon-text-shadow (@icon-text-shadow: 0.0625rem 0.0625rem rgba(132, 108, 172, 1), 0.125rem 0.125rem rgba(132, 108, 172, 1);) {
box-shadow: @icon-text-shadow;
-moz-box-shadow: @icon-text-shadow;
-webkit-box-shadow: @icon-text-shadow;
}
The error message reads as follows:
ParseError: Unrecognized input in PATH\file.less on line 34, column 126
The problem seems to be at column 126, which is situated between the closing ')' and opening '{' symbols. Despite my efforts in researching, I am still unable to pinpoint the exact issue.
I would appreciate any suggestions or assistance with resolving this matter. Thank you!