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 256496 - SASS: Unexpected token ERROR found
Summary: SASS: Unexpected token ERROR found
Status: RESOLVED DUPLICATE of bug 238988
Alias: None
Product: web
Classification: Unclassified
Component: CSS Preprocessors (SASS, LESS, ...) (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-10 12:36 UTC by alesak
Modified: 2015-11-10 14:36 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 alesak 2015-11-10 12:36:02 UTC
Part of slick http://github.com/kenwheeler/slick
slick-theme.scss

@return url($slick-loader-path + $url);
Comment 1 alesak 2015-11-10 12:55:08 UTC
it looks like when spaces are removed:

@return url($slick-loader-path+$url);

it works but i think with spaces it is correct syntax as SASS compiler doesn't complain
Comment 2 Milutin Kristofic 2015-11-10 14:36:49 UTC
This is well known bug in our parser. It is priority to fix it into new release.

*** This bug has been marked as a duplicate of bug 238988 ***