mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-02 06:23:15 +00:00
19 lines
434 B
SCSS
19 lines
434 B
SCSS
@charset "UTF-8";
|
|
|
|
// responsive-grid variables
|
|
// --------------------------------------------------
|
|
|
|
////
|
|
/// @module responsive-grid: 栅格布局
|
|
/// @tag ResponsiveGrid
|
|
/// @category component
|
|
/// @family general
|
|
/// @varPrefix $responsive-grid-
|
|
/// @classPrefix {prefix}-responsive-grid
|
|
/// @order {}
|
|
////
|
|
|
|
// Unconfigurable
|
|
// ----------------------------------------
|
|
$responsive-grid-prefix: ".#{$css-prefix}responsive-grid";
|