Blame view

node_modules/bootstrap-vue/src/index.scss 416 Bytes
4cd4fd28   郭伟龙   feat: 初始化项目
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// --- BootstrapVue Custom SCSS ---

// Requires at least the Bootstrap functions, variables and
// mixins to be imported first

// Include variables and utilities first
@import "variables";
@import "utilities";

// General styling needed for special form controls
@import "custom-controls";

// Include custom SCSS for components
@import "components/index";

// Include custom SCSS for icons
@import "icons/index";