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 238039 - false css error
Summary: false css error
Status: RESOLVED DUPLICATE of bug 234639
Alias: None
Product: web
Classification: Unclassified
Component: CSS Preprocessors (SASS, LESS, ...) (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-06 11:20 UTC by patfla
Modified: 2013-11-06 13:06 UTC (History)
0 users

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 patfla 2013-11-06 11:20:16 UTC
css :
...
 #font > #family > .monospace;
...

Error :
Unexpected token WS found

> is valid in css.
Comment 1 Vladimir Riha 2013-11-06 12:46:15 UTC
Is it really valid CSS (perhaps you've meant Less?) ? I've tried to test in CSS Validator [1] and it reports error as well. If you add curly braces


#font > #family > .monospace{}

It works OK then. Could you attach some sample, where it is used? Thank you


[1] http://jigsaw.w3.org/css-validator/
Comment 2 Vladimir Riha 2013-11-06 13:06:51 UTC

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