7 lines
284 B
SCSS
7 lines
284 B
SCSS
/* You can add global styles to this file, and also import other style files */
|
|
|
|
/* 引入基础样式和基础变量 */
|
|
@import './app/theme/scss/base.scss';
|
|
@import './app/theme/scss/variables.scss';
|
|
@import './app/theme/scss/common.scss';
|
|
@import './app/theme/scss/typography.scss' |