This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 237205 - Error in LESS parsing
Summary: Error in LESS parsing
Status: RESOLVED WORKSFORME
Alias: None
Product: web
Classification: Unclassified
Component: CSS Preprocessors (SASS, LESS, ...) (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal with 1 vote (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
: 245505 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-10-16 14:47 UTC by grz-fir
Modified: 2015-04-14 13:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description grz-fir 2013-10-16 14:47:36 UTC
Product Version = NetBeans IDE 7.4 (Build 201310111528)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_17
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.7-b01

.box-sizing(@sizing: border-box){
-webkit-box-sizing: @sizing !important;
-moz-box-sizing: @sizing !important;
box-sizing: @sizing !important;
}
.contact_type * {.box-sizing}
error in this line says "unexpected token IDENT found"
Comment 1 leandro.freitas.softdevelop 2013-10-20 01:14:20 UTC
NetBeans IDE 7.4
http://lesscss.org/index.html#-variables
Problem with variables @@ for overwriting.

I'm using node.js + less
npm install -g less
Check with style problem concerning this.
Comment 2 Vladimir Riha 2013-10-29 14:32:45 UTC
Reproducible, thank you for reporting.


Product Version: NetBeans IDE Dev (Build 201310290001)
Java: 1.7.0_45; Java HotSpot(TM) Client VM 24.45-b08
Runtime: Java(TM) SE Runtime Environment 1.7.0_45-b18
System: Linux version 3.2.0-48-generic-pae running on i386; UTF-8; en_US (nb)
Comment 4 Marek Fukala 2014-07-17 09:34:28 UTC
*** Bug 245505 has been marked as a duplicate of this bug. ***
Comment 5 Marek Fukala 2014-07-17 09:35:41 UTC
another testcase from a duplicate issue:

.box {
  div { .box-shadow(0 0 5px, 30%) }
}
Comment 6 Milutin Kristofic 2015-04-14 13:15:23 UTC
It seems fixed by fixes in dev build.

Product Version: NetBeans IDE Dev (Build 201504070001)
Java: 1.8.0_40; Java HotSpot(TM) 64-Bit Server VM 25.40-b25