bootstrap.less 635 B

1234567891011121314151617181920212223242526272829303132
  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 "grid.less";
  15. // Components: common
  16. @import "close.less";
  17. // Components: Buttons & Alerts
  18. @import "buttons.less";
  19. @import "button-groups.less";
  20. // Components: Nav
  21. @import "navs.less";
  22. @import "labels-badges.less";
  23. // Utility classes
  24. @import "utilities.less"; // Has to be last to override when necessary