UNPKG

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