Skip to content

Instantly share code, notes, and snippets.

@mirisuzanne
Created February 2, 2015 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mirisuzanne/3462d805c2a4e911cb23 to your computer and use it in GitHub Desktop.
Save mirisuzanne/3462d805c2a4e911cb23 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.11)
// Compass (v1.0.3)
// Breakpoint (v2.5.0)
// Susy (v2.2.2)
// ----
@import "breakpoint";
@import "susy";
$susy: (
columns: 4,
global-box-sizing: border-box,
output: isolate,
debug: (image: show),
);
.sidebar2 {
@include susy-breakpoint(960px, 12) {
@include span(2 last);
}
@include breakpoint(960px) {
@include nested(12) {
@include span(2 last);
}
}
}
@media (min-width: 960px) {
.sidebar2 {
width: 15.25424%;
float: left;
margin-left: 84.74576%;
margin-right: -100%;
}
}
@media (min-width: 960px) {
.sidebar2 {
width: 15.25424%;
float: left;
margin-left: 84.74576%;
margin-right: -100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment