mirror of
https://github.com/node-red/node-red.git
synced 2025-12-27 23:34:38 +01:00
Fix Sass deprecation warnings
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user