nav icon indicating copy to clipboard operation
nav copied to clipboard

Fix deprecated syntax/features in Sass files

Open podliashanyk opened this issue 11 months ago • 0 comments

Known deprecated syntax to be fixed in NAV's Sass files:

  • Slash as division throughout many different Sass files (https://sass-lang.com/documentation/breaking-changes/slash-div/)
  • unnecessary !global flags throughout _navsettings.scss file (as of Dart Sass 2.0.0, !global assignments won't be able to declare new variables)

podliashanyk avatar Mar 08 '24 11:03 podliashanyk