You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Matthias Bläsing (Jira)" <ji...@apache.org> on 2021/07/18 08:59:00 UTC

[jira] [Resolved] (NETBEANS-1645) Adding real formatting/beautifier for LESS and SCSS

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

Matthias Bläsing resolved NETBEANS-1645.
----------------------------------------
    Resolution: Duplicate

SCSS + LESS are implemented as CSS derivates and thus the implementations are shared with CSS. A CSS formatter will also format LESS and SCSS.

> 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: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.
> I guess this will happen for LESS too.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

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