Skip to content

Commit adf99b3

Browse files
authored
Merge pull request #149 from krzysiekpiasecki/master
Fix #127
2 parents 03f23f2 + 5a4bdb0 commit adf99b3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"babel-polyfill": "^6.26.0",
5050
"bootstrap": "^4.0.0",
5151
"bootstrap-datepicker": "^1.7.1",
52+
"brand-colors": "^2.0.1",
5253
"chart.js": "^2.7.1",
5354
"datatables": "^1.10.13",
5455
"easy-pie-chart": "^2.1.7",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@import 'breakpoints';
22
@import 'fonts';
3-
@import 'brandColors';
3+
@import '~brand-colors/dist/latest/scss/brand-colors.latest.scss';
44
@import 'materialColors';
55
@import 'baseColors';
66
@import 'borders';

0 commit comments

Comments
 (0)