[ 
https://issues.apache.org/jira/browse/NETBEANS-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Lenz updated NETBEANS-1645:
-------------------------------------
    Description: 
When I try to format SCSS code which looks like this:
{code:scss}
.animateColor {background: green;}
{code}

It will not expand the expand/beautify it.

Expected behaviour is this:

{code:scss}
.animateColor {
    background: green;
}
{code}

indented and formatted based on the rules from the options.

I guess this will happen for LESS too.

  was:
When I try to format CSS code which looks like this:
{code:css}
.animateColor {background: green;}
{code}

It will not expand the expand/beautify it.

Expected behaviour is this:

{code:css}
.animateColor {
    background: green;
}
{code}

indented and formatted based on the rules from the options.


> Adding real formatting/beautifier for LESS and SCSS
> ---------------------------------------------------
>
>                 Key: NETBEANS-1645
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-1645
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: web - CSS Editor, web - CSS Preprocessors (SASS, LESS, 
> ...)
>    Affects Versions: 8.2, 10.0
>            Reporter: Christian Lenz
>            Priority: Major
>
> When I try to format SCSS code which looks like this:
> {code:scss}
> .animateColor {background: green;}
> {code}
> It will not expand the expand/beautify it.
> Expected behaviour is this:
> {code:scss}
> .animateColor {
>     background: green;
> }
> {code}
> indented and formatted based on the rules from the options.
> I guess this will happen for LESS too.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to