Fix Sass deprecation warnings

This commit is contained in:
Mauricio Bonani
2024-10-21 11:49:30 -04:00
parent 83acc4836b
commit d8c56df45f
21 changed files with 367 additions and 327 deletions

View File

@@ -1,3 +1,5 @@
@use "mixins";
/**
* Copyright JS Foundation and other contributors, http://js.foundation
*
@@ -15,7 +17,7 @@
**/
.button {
@include disable-selection;
@include mixins.disable-selection;
}
#red-ui-header {