Sha256: 12dc14034b67fdc5cec523d8085ec51e39dc2f2e1bfb72509ed4f218cc081202
Contents?: true
Size: 859 Bytes
Versions: 9
Compression:
Stored size: 859 Bytes
Contents
// Responsive.css.scss // For phone and tablet devices // ------------------------------------------------------------- // REPEAT VARIABLES & MIXINS // ------------------------- // Required since we compile the responsive stuff separately @import "bootstrap/variables"; // Modify this for custom colors, font-sizes, etc @import "bootstrap/mixins"; // RESPONSIVE CLASSES // ------------------ @import "bootstrap/responsive-utilities"; // MEDIA QUERIES // ------------------ // Phones to portrait tablets and narrow desktops @import "bootstrap/responsive-767px-max"; // Tablets to regular desktops @import "bootstrap/responsive-768px-979px"; // Large desktops @import "bootstrap/responsive-1200px-min"; // RESPONSIVE NAVBAR // ------------------ // From 979px and below, show a button to toggle navbar contents @import "bootstrap/responsive-navbar";
Version data entries
9 entries across 9 versions & 3 rubygems