vendor/assets/stylesheets/_mixin.scss in active_frontend-12.4.32 vs vendor/assets/stylesheets/_mixin.scss in active_frontend-13.0.0
- old
+ new
@@ -90,6 +90,6 @@
}
@mixin user-select($select) {
-webkit-user-select: $select;
-ms-user-select: $select;
user-select: $select;
-}
\ No newline at end of file
+}