2022-02-16 11:20:17 +08:00

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;
// }