Skip to content
Snippets Groups Projects
index.scss 377 B
Newer Older
  • Learn to ignore specific revisions
  • Yoan VALLET's avatar
    Yoan VALLET committed
    @import 'config/breakpoints';
    @import 'config/colors';
    @import 'config/typography';
    
    @import 'config/layout';
    
    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;
    
      color: $text-grey;
    }
    .title {
      color: $gold;
      font-weight: 600;
      font-size: 1.3rem;