Skip to content
Snippets Groups Projects
index.scss 253 B
Newer Older
  • Learn to ignore specific revisions
  • Yoan VALLET's avatar
    Yoan VALLET committed
    @import 'config/breakpoints';
    @import 'config/colors';
    @import 'config/typography';
    
    Yoan VALLET's avatar
    Yoan VALLET committed
    
    // To customize bulma variables, we set them before importing bulma
    @import 'bulma/bulma.sass';
    
    
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }