bootstrap.less 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. @import "layouts.less";
  17. // Base CSS
  18. @import "type.less";
  19. @import "forms.less";
  20. @import "tables.less";
  21. // Components: common
  22. @import "dropdowns.less";
  23. @import "component-animations.less";
  24. @import "close.less";
  25. // Components: Buttons & Alerts
  26. @import "buttons.less";
  27. @import "button-groups.less";
  28. @import "alerts.less"; // Note: alerts share common CSS with buttons and thus have styles in buttons.less
  29. // Components: Nav
  30. @import "navs.less";
  31. @import "navbar.less";
  32. // Components: Popovers
  33. @import "modals.less";
  34. @import "tooltip.less";
  35. @import "popovers.less";
  36. // Components: Misc
  37. @import "media.less";
  38. @import "labels-badges.less";
  39. // Utility classes
  40. @import "utilities.less"; // Has to be last to override when necessary