Support for CSS nesting
195
Views
4
Comments
New
Service Studio

CSS preprocessors have had nesting support for a long time, and it is now natively supported in CSS as well. Furthermore, many browsers already provide support for CSS nesting already: https://caniuse.com/css-nesting

CSS nesting is a valuable tool, which has many advantages, including enhanced code readability and organization, which ultimately contribute to the improved maintainability and efficiency of the CSS stylesheets. Therefore, adding this functionality to OutSystems would be beneficial.

Was about to post the same idea. It would greatly simplify our stylesheets

Actually, since CSS Nesting is now natively supported by browsers, that means OutSystems also supports it. The only thing missing is fixing the CSS syntax highlighting in Service Studio.

Exactly. It should be as easy as updating the editor that Service Studio uses so that we don't get syntax errors on valid CSS

@Leonardo Fernandes and @Tiago Ribeiro that's what I was also thinking! So, I suppose adding the support for the syntax highlighting would be a walk in the park basically :)