Browse Source

Fix #127

pull/149/head
Krzysztof Piasecki 7 years ago
parent
commit
5a4bdb02c5
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      package.json
  2. +1
    -1
      src/assets/styles/spec/settings/index.scss

+ 1
- 0
package.json View File

@ -49,6 +49,7 @@
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.0.0",
"bootstrap-datepicker": "^1.7.1",
"brand-colors": "^2.0.1",
"chart.js": "^2.7.1",
"datatables": "^1.10.13",
"easy-pie-chart": "^2.1.7",


+ 1
- 1
src/assets/styles/spec/settings/index.scss View File

@ -1,6 +1,6 @@
@import 'breakpoints';
@import 'fonts';
@import 'brandColors';
@import '~brand-colors/dist/latest/scss/brand-colors.latest.scss';
@import 'materialColors';
@import 'baseColors';
@import 'borders';

Loading…
Cancel
Save