You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Christian Lenz (JIRA)" <ji...@apache.org> on 2019/05/14 09:26:00 UTC

[jira] [Comment Edited] (NETBEANS-2544) Unexcepted token WS (@import rule)

    [ https://issues.apache.org/jira/browse/NETBEANS-2544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16839252#comment-16839252 ] 

Christian Lenz edited comment on NETBEANS-2544 at 5/14/19 9:25 AM:
-------------------------------------------------------------------

I use NB 10.0.


was (Author: chrizzly):
I use NB 10.0-

> Unexcepted token WS (@import rule)
> ----------------------------------
>
>                 Key: NETBEANS-2544
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2544
>             Project: NetBeans
>          Issue Type: Bug
>            Reporter: Joshua Bakker
>            Priority: Minor
>         Attachments: bug_netbeans.PNG, nb-10-css-import.png
>
>
> When an "@import" is used in CSS files, the CSS files will mark it as an error.
> For example, the following line:
> {code:java}
> @import url("//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css");
> {code}
> Will result in a red line between @import and url, saying the error "Unexcepted token WS", when the line in fact is a valid line. Even Internet Explorer 5.5 has full support for it, meaning that it's fully supported and should be marked as valid in Netbeans.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists