bulmil
Version:

28 lines (24 loc) • 963 B
Plain Text
// Import bulma utilities & customised variables
@import './src/styles/main.scss';
@import 'bulma-scss/utilities/animations';
// Bulma base & helpers
@import 'bulma-scss/base/_all';
@import 'bulma-scss/helpers/color';
@import 'bulma-scss/helpers/float';
@import 'bulma-scss/helpers/other';
@import 'bulma-scss/helpers/overflow';
@import 'bulma-scss/helpers/position';
@import 'bulma-scss/helpers/spacing';
@import 'bulma-scss/helpers/typography';
@import 'bulma-scss/helpers/visibility';
// Other components & elements not fitting in any components or not implemented yet.
@import 'bulma-scss/components/level';
@import 'bulma-scss/components/list';
@import 'bulma-scss/components/media';
@import 'bulma-scss/grid/tiles';
@import 'bulma-scss/layout/hero';
@import 'bulma-scss/elements/other';
@import 'bulma-scss/elements/title';
// As slot table won't render tr nor td
// https://github.com/ionic-team/stencil/issues/1641
@import 'bulma-scss/elements/table';