responsive.less 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*!
  2. * Bootstrap Responsive v2.3.2
  3. *
  4. * Copyright 2012 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 @twitter 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 "variables.less"; // Modify this for custom colors, font-sizes, etc
  17. @import "mixins.less";
  18. // RESPONSIVE CLASSES
  19. // ------------------
  20. @import "responsive-utilities.less";
  21. // MEDIA QUERIES
  22. // ------------------
  23. // Large desktops
  24. @import "responsive-1200px-min.less";
  25. // Tablets to regular desktops
  26. @import "responsive-768px-979px.less";
  27. // Phones to portrait tablets and narrow desktops
  28. @import "responsive-767px-max.less";
  29. // RESPONSIVE NAVBAR
  30. // ------------------
  31. // From 979px and below, show a button to toggle navbar contents
  32. @import "responsive-navbar.less";