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