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

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

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 ***