UNPKG

882 BSCSSView Raw
1// Import bulma utilities & customised variables
2@import './src/styles/main.scss';
3
4// Bulma base & helpers
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// Other components & elements not fitting in any components or not implemented yet.
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// As slot table won't render tr nor td
24// https://github.com/ionic-team/stencil/issues/1641
25@import 'bulma-scss/elements/table';