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 256429

Summary: LESS: Unexpected token AT_SIGN found
Product: web Reporter: elennaro
Component: CSS Preprocessors (SASS, LESS, ...)Assignee: Milutin Kristofic <mkristofic>
Status: RESOLVED FIXED    
Severity: normal CC: tmysik
Priority: P3    
Version: 8.1   
Hardware: All   
OS: Other   
Issue Type: DEFECT Exception Reporter:

Description elennaro 2015-11-07 07:53:31 UTC
.prefix(@property,@value) {
	-moz-@{property}: @value;
	-webkit-@{property}: @value;
	-ms-@{property}: @value;
  @{property}: @value;
}

for the line 2,3,4 in this example.
It should accept this code and show no error I hope.
Comment 1 Milutin Kristofic 2015-11-11 14:26:48 UTC
Fixed in dev build: http://hg.netbeans.org/web-main/rev/fb3f99ddbaa3

Thank you for your report
Comment 2 Quality Engineering 2015-11-12 02:33:23 UTC
Integrated into 'main-silver', will be available in build *201511120002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/fb3f99ddbaa3
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #256429 - LESS: Unexpected token AT_SIGN found