// Copyright (c) 2014, 2026, Oracle and/or its affiliates.  Licensed under The Universal Permissive License (UPL), Version 1.0 as shown at https://oss.oracle.com/licenses/upl/

@import "../../utilities/oj.utilities";

$includeResizableClasses: $includeAllClasses !default;


//
// These are used in dialog
// The ui-resizable classes are generated by the resizable widget.
// The resizable widget has not been cloned, so the ui-resizable classes cannot be deleted.
//

@import "../../common/helpers/oj.common.helpers"; 


// import classes defined in the common directory
@import "../../common/widgets/oj.common.resizable"; 

@if $includeResizableClasses != false {
  @include module-include-once("alta.android.resizable") {

  }
}