bootstrap.less 767 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /*!
  2. * Bootstrap v2.3.2
  3. *
  4. * Copyright 2013 Twitter, Inc
  5. * Licensed under the Apache License v2.0
  6. * http://www.apache.org/licenses/LICENSE-2.0
  7. *
  8. * Designed and built with all the love in the world by @mdo and @fat.
  9. */
  10. @import "mixins.less";
  11. // CSS Reset
  12. @import "reset.less";
  13. // Grid system and page structure
  14. @import "scaffolding.less";
  15. @import "grid.less";
  16. // Base CSS
  17. @import "forms.less";
  18. // Components: common
  19. @import "close.less";
  20. // Components: Buttons & Alerts
  21. @import "buttons.less";
  22. @import "button-groups.less";
  23. // Components: Nav
  24. @import "navs.less";
  25. // Components: Popovers
  26. @import "tooltip.less";
  27. // Components: Misc
  28. @import "labels-badges.less";
  29. // Utility classes
  30. @import "utilities.less"; // Has to be last to override when necessary