Christian Lenz created NETBEANS-141:
---------------------------------------
Summary: 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. You can
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)