Provide ability to turn off CSS section in Design Specs
In design specs, there is a CSS section with a lot of great information. However, for some users, it is relevant and potentially harmful. It'd be great to be able to turn that section off so that it isn't displayed.
Some examples
Some of our products are desktop products, built in C# and XAML. CSS is not relevant for our tech stack.
The CSS shows absolute, hardcoded values for position, size, color, etc. This is the opposite of what we want to communicate to development. They should be using relative values or referenced resources from our design system for those values. This implicitly promotes developing in a way that is not maintainable. Development is not aware that the CSS section (and it's information) is auto-generated from XD. We have to explain to them to ignore that information and to not hardcode values in their implementation.