Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-141

Please add support for the lang attribute in style tag

    XMLWordPrintableJSON

Details

    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.

      Attachments

        1. scss-in-html.png
          9 kB
          Christian Lenz

        Activity

          People

            Unassigned Unassigned
            chrizzly Christian Lenz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: