bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
54 stars 6 forks source link

Sass deprecation warning: #9871

Closed khattakdev closed 1 month ago

khattakdev commented 2 months ago

When on Sass' latest version, try grunt clean build on any of the component will return deprecation warning:

Deprecation Warning: Sass's behavior for declarations that appear after nested rules will be changing to match the behavior specified by CSS in an upcoming version. To keep the existing behavior, move the declaration above the nested rule. To opt into the new behavior, wrap the declaration in & {}. More info: https://sass-lang.com/d/mixed-decls

CleanShot 2024-08-23 at 11 23 51

Tested it with Sass version: 1.77.8