UNPKG

landmark-serve

Version:

Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose

97 lines (79 loc) 2.5 kB
/*! * Landmark JS * * Copyright 2014 Mike Stecker * Originally written by (c) 2013 Jed Watson * Licensed under the MIT License * http://opensource.org/licenses/MIT * * Bootstrap v3.0.0 is Copyright 2013 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 */ // Core variables and mixins @import "bootstrap/variables.less"; @import "bootstrap/mixins.less"; // Reset @import "bootstrap/normalize.less"; // @import "bootstrap/print.less"; // Core CSS @import "bootstrap/scaffolding.less"; // @import "bootstrap/type.less"; @import "bootstrap/code.less"; @import "bootstrap/grid.less"; // @import "bootstrap/tables.less"; @import "bootstrap/forms.less"; // Components @import "bootstrap/component-animations.less"; @import "bootstrap/glyphicons.less"; @import "bootstrap/dropdowns.less"; @import "bootstrap/buttons.less"; @import "bootstrap/button-groups.less"; @import "bootstrap/input-groups.less"; @import "bootstrap/navs.less"; @import "bootstrap/navbar.less"; @import "bootstrap/breadcrumbs.less"; @import "bootstrap/pagination.less"; //@import "bootstrap/pager.less"; //@import "bootstrap/labels.less"; //@import "bootstrap/badges.less"; //@import "bootstrap/jumbotron.less"; //@import "bootstrap/thumbnails.less"; @import "bootstrap/alerts.less"; //@import "bootstrap/progress-bars.less"; //@import "bootstrap/media.less"; //@import "bootstrap/list-group.less"; //@import "bootstrap/panels.less"; //@import "bootstrap/wells.less"; //@import "bootstrap/close.less"; // Components w/ JavaScript //@import "bootstrap/modals.less"; @import "bootstrap/tooltip.less"; //@import "bootstrap/popovers.less"; //@import "bootstrap/carousel.less"; @import "bootstrap-colorpicker/colorpicker.less"; // Utility classes @import "bootstrap/utilities.less"; @import "bootstrap/responsive-utilities.less"; // Icon Font // ------------------------------ @import "ionicons/ionicons.less"; // LANDMARK SETUP @import "landmark/utils.less"; @import "landmark/mixins.less"; @import "landmark/base.less"; @import "landmark/type.less"; @import "landmark/details.less"; @import "landmark/forms.less"; @import "landmark/buttons.less"; @import "landmark/tables.less"; @import "landmark/list.less"; @import "landmark/item.less"; // COMPONENTS @import "landmark/wysiwyg.less"; @import "landmark/select2.less"; // Localfiles Field Type @import "localfiles/localfiles.less"; // THEME SETUP @import "theme/variables.less"; @import "theme/theme.less";