responsive.less 651 B

123456789101112131415161718192021222324252627
  1. /*!
  2. * Bootstrap Responsive 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. // Responsive.less
  11. // For phone and tablet devices
  12. // -------------------------------------------------------------
  13. // REPEAT VARIABLES & MIXINS
  14. // -------------------------
  15. // Required since we compile the responsive stuff separately
  16. @import "mixins.less";
  17. @import "responsive-utilities.less";
  18. @import "responsive-1200px-min.less";
  19. @import "responsive-768px-979px.less";
  20. @import "responsive-767px-max.less";