mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-19 08:42:52 +00:00
12 lines
440 B
SCSS
12 lines
440 B
SCSS
/* 不引入依赖组件的样式,比如组件 import { Button } from '@alife/next'; */
|
|
/* 不需要在main.scss中引入 @import '~@alife/next/lib/button/index.scss'; */
|
|
/* 但是在lib/index.scss中需要引入 @import '~@alife/next/lib/button/index.scss'; */
|
|
|
|
/* 如果需要引入主题变量引入此段 */
|
|
// @import '~@alife/next/variables.scss';
|
|
|
|
/* 组件自身样式 */
|
|
// .custom-component {
|
|
// color: $color-brand1-1;
|
|
// }
|