Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
It is not possible to write SCSS inside a HTML file, when you set the lang attribute to scss:
<style lang="scss">
@test: 200px;
body {
div {
color: green;
}
}
</style>
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.