bootstrap.less 959 B

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