Skip to content

Commit

Permalink
Bugfix/delete original bootstrap things (#52)
Browse files Browse the repository at this point in the history
* Delete bootstrap related things #51

* cleanup ember-cli-build #51

* move bootstrap imports to main scss file #51

* Move back brocolli tree hacks #51
  • Loading branch information
dan-ste authored and RobbieTheWagner committed May 23, 2018
1 parent 45d56bb commit aac2031
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1,484 deletions.
4 changes: 0 additions & 4 deletions addon/styles/_es-navbar.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
@import 'ember-bootstrap/dropdown';
@import 'ember-bootstrap/navbar';
@import 'ember-bootstrap/transitions';

/**
Navbar in header
**/
Expand Down
3 changes: 3 additions & 0 deletions addon/styles/addon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
@import 'ember-bootstrap/variables';
@import 'ember-bootstrap/mixins';
@import 'ember-bootstrap/grid';
@import 'ember-bootstrap/dropdown';
@import 'ember-bootstrap/navbar';
@import 'ember-bootstrap/transitions';

@import 'variables';
@import 'normalize';
Expand Down
Loading

0 comments on commit aac2031

Please sign in to comment.