phant-manager-http
Version:
express web based manager for phant
64 lines (55 loc) • 2.56 kB
text/less
/*! Phant - Todd Treece <todd@uniontownlabs.org> - MMXIV */
// Core variables and mixins
@import "../third_party/bootstrap/less/variables.less";
@import "../third_party/bootstrap/less/mixins.less";
// Reset
@import "../third_party/bootstrap/less/normalize.less";
@import "../third_party/bootstrap/less/print.less";
// Core CSS
@import "../third_party/bootstrap/less/scaffolding.less";
@import "../third_party/bootstrap/less/type.less";
@import "../third_party/bootstrap/less/code.less";
@import "../third_party/bootstrap/less/grid.less";
@import "../third_party/bootstrap/less/tables.less";
@import "../third_party/bootstrap/less/forms.less";
@import "../third_party/bootstrap/less/buttons.less";
// Components
@import "../third_party/bootstrap/less/component-animations.less";
@import "../third_party/bootstrap/less/glyphicons.less";
//@import "../third_party/bootstrap/less/dropdowns.less";
@import "../third_party/bootstrap/less/button-groups.less";
//@import "../third_party/bootstrap/less/input-groups.less";
@import "../third_party/bootstrap/less/navs.less";
@import "../third_party/bootstrap/less/navbar.less";
//@import "../third_party/bootstrap/less/breadcrumbs.less";
//@import "../third_party/bootstrap/less/pagination.less";
@import "../third_party/bootstrap/less/pager.less";
@import "../third_party/bootstrap/less/labels.less";
@import "../third_party/bootstrap/less/badges.less";
//@import "../third_party/bootstrap/less/jumbotron.less";
//@import "../third_party/bootstrap/less/thumbnails.less";
@import "../third_party/bootstrap/less/alerts.less";
@import "../third_party/bootstrap/less/progress-bars.less";
//@import "../third_party/bootstrap/less/media.less";
//@import "../third_party/bootstrap/less/list-group.less";
@import "../third_party/bootstrap/less/panels.less";
@import "../third_party/bootstrap/less/wells.less";
@import "../third_party/bootstrap/less/close.less";
// Components w/ JavaScript
@import "../third_party/bootstrap/less/modals.less";
//@import "../third_party/bootstrap/less/tooltip.less";
//@import "../third_party/bootstrap/less/popovers.less";
//@import "../third_party/bootstrap/less/carousel.less";
// Utility classes
@import "../third_party/bootstrap/less/utilities.less";
@import "../third_party/bootstrap/less/responsive-utilities.less";
// Tags
@import "../third_party/bootstrap-tagsinput/dist/bootstrap-tagsinput.less";
// Phant Overrides
@import "variables.less";
@import "mixins.less";
@import "content.less";
@import "home.less";
@import "stream.less";
@import "header.less";
@import "footer.less";