Skip to content

Commit

Permalink
Add some more bootstrap utilities to the CSS build
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase committed Apr 29, 2019
1 parent a09ecca commit ab7a65e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/src/modular-admin/modular-admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ $OpenSansVersion: "1.1.0" !default;
$enable-flex: true;
@import '../bootstrap/reboot';
@import '../bootstrap/normalize';
@import '../bootstrap/grid';

@import '../bootstrap/alert';
@import '../bootstrap/code';
@import '../bootstrap/type';
@import '../bootstrap/utilities';
@import '../bootstrap/grid';
@import '../bootstrap/list-group';
@import '../bootstrap/utilities';
@import '../bootstrap/type';

/*
* Import Modular Admin.
Expand Down

0 comments on commit ab7a65e

Please sign in to comment.