Skip to content

Instantly share code, notes, and snippets.

@himedlooff
Last active August 29, 2015 14:09
Show Gist options
  • Save himedlooff/9f27b35276d3e9692c21 to your computer and use it in GitHub Desktop.
Save himedlooff/9f27b35276d3e9692c21 to your computer and use it in GitHub Desktop.
An example of inline print styles.
.respond-to-print(@rules) {
@media print {
@rules();
}
}
.filtered-by {
margin: 0;
&_filter {
.webfont-regular();
color: @gray;
.respond-to-print({
.webfont-demi();
color: @black;
});
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment