Skip to content

Instantly share code, notes, and snippets.

@yury
Created July 31, 2013 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yury/6125678 to your computer and use it in GitHub Desktop.
Save yury/6125678 to your computer and use it in GitHub Desktop.
/*!
* Bootstrap v3.0.0
*
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world by @mdo and @fat.
*/
// Core variables and mixins
@import "twitter/bootstrap/variables";
@import "twitter/bootstrap/mixins";
// Reset
@import "twitter/bootstrap/normalize";
@import "twitter/bootstrap/print";
// Core CSS
@import "twitter/bootstrap/scaffolding";
@import "twitter/bootstrap/type";
@import "twitter/bootstrap/code";
@import "twitter/bootstrap/grid";
@import "twitter/bootstrap/tables";
@import "twitter/bootstrap/forms";
@import "twitter/bootstrap/buttons";
// Components: common
@import "twitter/bootstrap/component-animations";
@import "twitter/bootstrap/input-groups";
@import "twitter/bootstrap/dropdowns";
@import "twitter/bootstrap/list-group";
@import "twitter/bootstrap/panels";
@import "twitter/bootstrap/wells";
@import "twitter/bootstrap/close";
// Components: Nav
@import "twitter/bootstrap/navs";
@import "twitter/bootstrap/navbar";
@import "twitter/bootstrap/button-groups";
@import "twitter/bootstrap/breadcrumbs";
@import "twitter/bootstrap/pagination";
@import "twitter/bootstrap/pager";
// Components: Popovers
@import "twitter/bootstrap/modals";
@import "twitter/bootstrap/tooltip";
@import "twitter/bootstrap/popovers";
// Components: Misc
@import "twitter/bootstrap/alerts";
@import "twitter/bootstrap/thumbnails";
@import "twitter/bootstrap/media";
@import "twitter/bootstrap/labels";
@import "twitter/bootstrap/badges";
@import "twitter/bootstrap/progress-bars";
@import "twitter/bootstrap/accordion";
@import "twitter/bootstrap/carousel";
@import "twitter/bootstrap/jumbotron";
// Utility classes
@import "twitter/bootstrap/utilities"; // Has to be last to override when necessary
@import "twitter/bootstrap/responsive-utilities";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment