klaro-js icon indicating copy to clipboard operation
klaro-js copied to clipboard

Fix use of declarations after nested rules (deprecated since Sass 1.77.7)

Open Jako opened this issue 1 year ago • 0 comments

When using [email protected], some warnings occur when running npm run css. More info at Sass: Breaking Change: Mixed Declarations.

The fix is to move the calls to mixins in the code and the warnings are not displayed anymore.

Jako avatar Oct 14 '24 10:10 Jako