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 - LESS: Unexpected token AT_SIGN found
Summary: LESS: Unexpected token AT_SIGN found
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: CSS Preprocessors (SASS, LESS, ...) (show other bugs)
Version: 8.1
Hardware: All Other
: P3 normal with 1 vote (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-07 07:53 UTC by elennaro
Modified: 2015-11-12 02:33 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 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