Newer
Older
@import 'config/breakpoints';
@import 'config/colors';
@import 'config/typography';
// To customize bulma variables, we set them before importing bulma
@import 'bulma/bulma.sass';
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}