mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-02 15:27:18 +00:00
14 lines
207 B
SCSS
14 lines
207 B
SCSS
@charset "UTF-8";
|
|
|
|
@import "../core/index-noreset.scss";
|
|
|
|
@import "scss/mixin";
|
|
@import "scss/variable";
|
|
|
|
/* put your code here */
|
|
|
|
#{$responsive-grid-prefix} {
|
|
@include box-sizing;
|
|
display: grid;
|
|
}
|