forked from openedx/paragon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcore.scss
21 lines (20 loc) · 787 Bytes
/
core.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@import "functions";
@import "variables";
@import "~bootstrap/scss/mixins";
@import "~bootstrap/scss/root";
@import "~bootstrap/scss/reboot";
@import "typography";
@import "grid";
// The react-loading-skeleton package.json defines an 'exports' field which specifies a '.css'
// extension on this export. Without the '.css' on the end of this line, webpack can't find the file
// and the build fails.
// See https://webpack.js.org/guides/package-exports/ for more information on how webpack uses
// the 'exports' field.
@import "~react-loading-skeleton/dist/skeleton.css";
@import "~bootstrap/scss/transitions";
@import "utilities";
@import "~bootstrap/scss/media";
@import "~bootstrap/scss/list-group";
@import "~bootstrap/scss/print";
// Paragon components
@import "../../src/index";