1 |
|
2 | @import './src/styles/main.scss';
|
3 |
|
4 |
|
5 | @import 'bulma-scss/base/_all';
|
6 | @import 'bulma-scss/helpers/color';
|
7 | @import 'bulma-scss/helpers/float';
|
8 | @import 'bulma-scss/helpers/other';
|
9 | @import 'bulma-scss/helpers/overflow';
|
10 | @import 'bulma-scss/helpers/position';
|
11 | @import 'bulma-scss/helpers/spacing';
|
12 | @import 'bulma-scss/helpers/typography';
|
13 | @import 'bulma-scss/helpers/visibility';
|
14 |
|
15 |
|
16 | @import 'bulma-scss/components/level';
|
17 | @import 'bulma-scss/components/media';
|
18 | @import 'bulma-scss/grid/tiles';
|
19 | @import 'bulma-scss/layout/hero';
|
20 | @import 'bulma-scss/elements/other';
|
21 | @import 'bulma-scss/elements/title';
|
22 |
|
23 |
|
24 |
|
25 | @import 'bulma-scss/elements/table';
|