responsive.less 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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 "bootstrap-2.3.2/variables.less"; // Modify this for custom colors, font-sizes, etc
  17. @import "bootstrap-2.3.2/mixins.less";
  18. @import "variables.less"; // Modify this for custom colors, font-sizes, etc
  19. // RESPONSIVE CLASSES
  20. // ------------------
  21. @import "bootstrap-2.3.2/responsive-utilities.less";
  22. // MEDIA QUERIES
  23. // ------------------
  24. // Large desktops
  25. @import "bootstrap-2.3.2/responsive-1200px-min.less";
  26. @import "responsive-1200px-min.less";
  27. // Tablets to regular desktops
  28. @import "bootstrap-2.3.2/responsive-768px-979px.less";
  29. @import "responsive-768px-979px.less";
  30. // Phones to portrait tablets and narrow desktops
  31. @import "bootstrap-2.3.2/responsive-767px-max.less";
  32. @import "responsive-767px-max.less";
  33. // RESPONSIVE NAVBAR
  34. // ------------------
  35. // From 979px and below, show a button to toggle navbar contents
  36. @import "bootstrap-2.3.2/responsive-navbar.less";
  37. @import "responsive-navbar.less";