Goodbye JSPM.

This commit is contained in:
Jonathan Cremin 2018-06-02 19:42:45 +00:00
parent 7607759e3f
commit 64c823db55
10 changed files with 1235 additions and 593 deletions

View file

@ -6,7 +6,7 @@ html, body {
height: 100%;
}
$icon-font-path: "../jspm_packages/npm/bootstrap-sass@3.3.6/assets/fonts/bootstrap/";
$icon-font-path: "bootstrap-sass/assets/fonts/bootstrap/";
// MAIN VARIABLES
$body-bg: #ededf3;
@ -33,7 +33,7 @@ $nav-pills-active-link-hover-color: $brand-primary;
$tooltip-bg: $brand-primary !default;
@import '../jspm_packages/npm/bootstrap-sass@3.3.6/assets/stylesheets/bootstrap';
@import 'bootstrap-sass/assets/stylesheets/bootstrap';
$throbber-color: #96d4a1 !default;
$throbber-highlight-color: #39b54a !default;