Sha256: b2539f85ebf26759325a946f3455747f12f8cd1335e0f885d768879525f203aa
Contents?: true
Size: 448 Bytes
Versions: 2
Compression:
Stored size: 448 Bytes
Contents
// Main.scss -- imports all the other bits of sass/scss to compile to /assets/css/main.css // ------------------------------------------------------------------------------------------ @import "my_variables"; @import "bootstrap"; @import "font-awesome"; // Local style variations // ------------------------------ body { padding: 70px 0; } .post-excerpt { margin: 0 0 10px 0; padding: 0; height: 100px; overflow-y: hidden; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
drink_up_doctor-0.4.0 | bootstrap-boilerplate/_sass/main.scss |
drink_up_doctor-0.3.1 | bootstrap-boilerplate/_sass/main.scss |