This is a migrated thread and some comments may be shown as answers.

JustCode "Unexpected end of" errors

2 Answers 40 Views
Code Analysis
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
C
Top achievements
Rank 1
C asked on 30 Jan 2015, 01:35 AM
Hi folks,

I'm an absolute newbie with this. I was given code for a project with very few instructions. I haven't had contact with the dev team yet and I'm trying to get it to compile.

I'm getting a whole mess of "Unexpected end of rule / selector" error messages. I assume it's something I'm missing because I'm pretty sure the code is supposed to compile.

sample code:

.@{fa-css-prefix}-lg {
font-size: (4em / 3);
line-height: (3em / 4);
vertical-align: -15%;
}
.@{fa-css-prefix}-2x { font-size: 2em; }
.@{fa-css-prefix}-3x { font-size: 3em; }

Errors are tagged on all the '@', on the '}-2x {', etc.

I'm guessing I'm not giving very much info, but let me know what else you might need to know.


Thanks,

Carlo.

2 Answers, 1 is accepted

Sort by
0
C
Top achievements
Rank 1
answered on 02 Feb 2015, 07:07 PM
Never mind. I discovered that the "errors" didn't prevent the app from compiling. I am able to run the app, so I just changed the configuration to not flag them as errors but just as warnings.


Carlo.
0
Svetlozar
Telerik team
answered on 03 Feb 2015, 03:51 PM
Hi,

Thank you for your feedback and sorry for the inconvenience!

We are aware of the issue. We have some problems with Less variable interpolation that are already logged in our system.

I am glad you've found a temporary workaround.

If you have other questions, please don't hesitate to write back.

Regards,
Svetlozar
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Code Analysis
Asked by
C
Top achievements
Rank 1
Answers by
C
Top achievements
Rank 1
Svetlozar
Telerik team
Share this question
or