I am getting an error when I compile this code here with 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 is:
ParseError: Unrecognised input in PATH\file.less on line 34, column 126
The column 126 is between the last ) and the first { I am rather new at this but I have searched everywhere and got no clue still what is wrong.
Thank you for any suggestions..