mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-02 15:27:18 +00:00
19 lines
351 B
SCSS
19 lines
351 B
SCSS
@charset "UTF-8";
|
|
|
|
// box variables
|
|
// --------------------------------------------------
|
|
|
|
////
|
|
/// @module box: 弹性布局
|
|
/// @tag Box
|
|
/// @category component
|
|
/// @family general
|
|
/// @varPrefix $box-
|
|
/// @classPrefix {prefix}-box
|
|
/// @order {}
|
|
////
|
|
|
|
// Unconfigurable
|
|
// ----------------------------------------
|
|
$box-prefix: ".#{$css-prefix}box";
|