This repository was archived by the owner on Dec 18, 2024. It is now read-only.
Commit 197b82e 1 parent b385fae commit 197b82e Copy full SHA for 197b82e
File tree 3 files changed +4
-0
lines changed
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ System.config({
33
33
"aurelia-templating-resources" : "npm:aurelia-templating-resources@1.0.0-rc.1.0.0" ,
34
34
"aurelia-templating-router" : "npm:aurelia-templating-router@1.0.0-rc.1.0.0" ,
35
35
"aurelia-validation" : "npm:aurelia-validation@0.6.8" ,
36
+ "awesome-bootstrap-checkbox" : "github:flatlogic/awesome-bootstrap-checkbox@1.0.0-alpha.4" ,
36
37
"babel" : "npm:babel-core@5.8.38" ,
37
38
"babel-runtime" : "npm:babel-runtime@5.8.38" ,
38
39
"bootstrap" : "github:twbs/bootstrap@4.0.0-alpha" ,
Original file line number Diff line number Diff line change 87
87
"aurelia-templating-resources" : " npm:aurelia-templating-resources@^1.0.0-rc.1.0.0" ,
88
88
"aurelia-templating-router" : " npm:aurelia-templating-router@^1.0.0-rc.1.0.0" ,
89
89
"aurelia-validation" : " npm:aurelia-validation@^0.6.8" ,
90
+ "awesome-bootstrap-checkbox" : " github:flatlogic/awesome-bootstrap-checkbox@^1.0.0-alpha.4" ,
90
91
"bootstrap" : " github:twbs/bootstrap@4.0.0-alpha" ,
91
92
"fetch" : " github:github/fetch@^0.11.1" ,
92
93
"font-awesome" : " github:FortAwesome/font-awesome@^4.6.3" ,
Original file line number Diff line number Diff line change 4
4
@import " ../jspm_packages/github/FortAwesome/font-awesome@4.6.3/scss/font-awesome" ;
5
5
@import " ../jspm_packages/github/twbs/bootstrap@4.0.0-alpha/scss/bootstrap.scss" ;
6
6
7
+ @import " ../jspm_packages/github/flatlogic/awesome-bootstrap-checkbox@1.0.0-alpha.4/awesome-bootstrap-checkbox.css" ;
8
+
7
9
/* * base **/
8
10
@import " include/_layout" ;
9
11
@import " include/_top_navigation" ;
You can’t perform that action at this time.
0 commit comments