Skip to content
Snippets Groups Projects
Select Git revision
  • 975c7babc0de3c171e64033a135a27fff8da179d
  • main default protected
  • renovate/jsonschema-4.x
  • renovate/django-5.x
  • koma/feature/preference-polling-form
5 results

bootstrap-utilities.scss

Blame
  • Benjamin Hättasch's avatar
    Benjamin Hättasch authored
    Remove static version of bootstrap css
    Add bootstrap sources
    Add bootswatch sources and variable file
    Improve the way admin css is handled
    This finishes #162
    00606192
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    bootstrap-utilities.scss 280 B
    @import "mixins/banner";
    @include bsBanner(Utilities);
    
    // Configuration
    @import "functions";
    @import "variables";
    @import "maps";
    @import "mixins";
    @import "utilities";
    
    // Layout & components
    @import "root";
    
    // Helpers
    @import "helpers";
    
    // Utilities
    @import "utilities/api";