Skip to content
This repository has been archived by the owner on Aug 14, 2018. It is now read-only.

Commit

Permalink
✨ CSS Overrides (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
therebelrobot committed Apr 11, 2017
1 parent 17e6373 commit 45e07a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/layout.pug
Expand Up @@ -37,6 +37,8 @@ html
link(rel='stylesheet', href='/css/vendors/fullcalendar.css')
link(rel='stylesheet', href='/css/vendors/bootstrap-tagsinput.css')
link(rel='stylesheet', href='/css/main.css')
if brigade.cssOverride && brigade.cssOverride.length
style(rel="stylesheet")=brigade.cssOverride
script.
window.__bh = {
version: '#{brigade.buildVersion}'
Expand Down

0 comments on commit 45e07a2

Please sign in to comment.