[
https://issues.apache.org/jira/browse/NETBEANS-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Lenz updated NETBEANS-141:
------------------------------------
Description:
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.
was:
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. You can
> 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 - HTML Editor
> Reporter: Christian Lenz
>
> 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)