bootstrap.less 1.0 KB

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