Service Studio CSS Classes
80
Views
3
Comments
Out of scope
Service Studio

These existing feature of Service Studio CSS Tags is a very nice feature to use when making custom components.


Example Service Studio CSS Tags:
``` css

.component-wrapper {

    color: black;

    -servicestudio-color: red;

}

```
My idea is expand on the Service Studio CSS Tags for CSS Selectors such that an entire selector can be conditional shown in ServiceStudio using just one -servicestudio- prefix.

Example Service Studio CSS Selectors:

``` css

.component-wrapper {

    color: black;

}

-servicestudio-component-wrapper {

    color: red; 

}

```

Ideally anything using the -servicestudio prefix should removed from the runtime CSS at compile/deployment time.

that is already available. (with the exception of it showing up in the compiled CSS)

Changed the status to
Out of scope

See reply of Dorine

Please read the idea.   The idea was to extend -servicestudio prefix for CSS class names, I do not see that idea as implemented a feature in OS11.  Also the removing of css at runtime to exclude -servicestudio is as you stated is also not implemented.

-servicestudio-component-wrapper {

    color: red; 

}

Since the platform is closed, only OutSystems can extend the developer tooling. 

The dev tooling needs to catch up the current state of development, as modern dev tooling and AI assisted coding are on par with  and/or faster to develop in than the than OutSystems low code development platform.