mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 12:18:51 +00:00
move bootstrap responsive inclusion into lib/app/index.js - will also
allow us to cut down on components included
This commit is contained in:
parent
3392074fdd
commit
8ca41e2b99
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
derby = require 'derby'
|
||||
{get, view, ready} = derby.createApp module
|
||||
derby.use require 'derby-ui-boot'
|
||||
derby.use require('derby-ui-boot'), {styles: ['bootstrap', 'responsive']}
|
||||
derby.use require '../../ui'
|
||||
derby.use require 'derby-auth/components'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
@import "nib/vendor";
|
||||
@import "../bootstrap-responsive.styl";
|
||||
@import "./female_sprites.styl";
|
||||
@import "./male_sprites.styl";
|
||||
@import "./shop_sprites.styl";
|
||||
|
|
@ -7,6 +6,7 @@
|
|||
@import "./avatar.styl";
|
||||
@import "./customizer.styl";
|
||||
@import "./items.styl";
|
||||
|
||||
@import "../../public/vendor/bootstrap-datepicker/css/datepicker.css";
|
||||
|
||||
html,body,p,h1,ul,li,table,tr,th,td
|
||||
|
|
|
|||
Loading…
Reference in a new issue