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

Adding real formatting/beautifier for LESS and SCSS

    XMLWordPrintableJSON

Details

    Description

      When I try to format SCSS code which looks like this:

      .animateColor {background: green;}
      

      It will not expand the expand/beautify it.

      Expected behaviour is this:

      .animateColor {
          background: green;
      }
      

      indented and formatted based on the rules from the options.

      I guess this will happen for LESS too.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: