Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
fix: initialize cssVars after bootstrapping app
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmsibley committed Oct 24, 2018
1 parent e80d251 commit f03bb6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/main/webapp/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ require(['./config', './js/login-config'], function(config, loginConfig) {
*/
function bootstrapApplication() {
angular.bootstrap(document, ['my-app']);
// eslint-disable-next-line no-undef
cssVars({shadowDOM: true, watch: true});
}

/**
Expand Down

0 comments on commit f03bb6c

Please sign in to comment.