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 2017/11/14 12:58:00 UTC

[jira] [Comment Edited] (NETBEANS-141) Please add support for the lang attribute in style tag

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

Christian Lenz edited comment on NETBEANS-141 at 11/14/17 12:57 PM:
--------------------------------------------------------------------

If you hover line 25, you see a lot of Unexpected tokens.


was (Author: chrizzly):
If you hover line 25, you see a lot of Unexpected token.

> Please add support for the lang attribute in style tag
> ------------------------------------------------------
>
>                 Key: NETBEANS-141
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-141
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: web - CSS Preprocessors (SASS, LESS, ...), web - HTML Editor
>            Reporter: Christian Lenz
>         Attachments: scss-in-html.png
>
>
> It is not possible to write SCSS inside a HTML file, when you set the lang attribute to scss:
> {code}
> <style lang="scss">
>     @test: 200px;
>     body {
>         div {
>             color: green;
>         }
>     }
> </style>
> {code}
> There is no problem, when I cascade only selectors into each other. The problem occurs while creating a variable. See my screenshot for what I mean.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)