jaspr icon indicating copy to clipboard operation
jaspr copied to clipboard

feat: css() should produce nested css definitions

Open schultek opened this issue 3 months ago • 0 comments

Description

CSS Nesting is available in all major browsers, but css() still outputs the defined styles in an un-nested way. This was initially implemented to be compatible with browsers, but this is no longer necessary.

The implementation should be changed to output the definitions as nested css rules, including at-rules like @media etc.

schultek avatar Oct 03 '25 20:10 schultek