UNPKG

647 BSCSSView Raw
1// Import bulma utilities & customised variables
2@import './src/styles/main.scss';
3@import 'bulma-scss/utilities/animations';
4
5// Bulma base
6@import 'bulma-scss/base/_all';
7
8// Other components & elements not fitting in any components or not implemented yet.
9@import 'bulma-scss/components/level';
10@import 'bulma-scss/components/list';
11@import 'bulma-scss/components/media';
12@import 'bulma-scss/grid/tiles';
13@import 'bulma-scss/layout/hero';
14@import 'bulma-scss/elements/other';
15@import 'bulma-scss/elements/title';
16
17// As slot table won't render tr nor td
18// https://github.com/ionic-team/stencil/issues/1641
19@import 'bulma-scss/elements/table';