Skip to content

Instantly share code, notes, and snippets.

@jpdevries
Created February 20, 2015 04:28
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 jpdevries/acaf591243a1c83e57db to your computer and use it in GitHub Desktop.
Save jpdevries/acaf591243a1c83e57db to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.1.0)
// ----
@import "bourbon/bourbon";
@import "neat/neat";
$mobile: max-width 640px 4;
p {
@include media($mobile) {
font-size:1.2em;
line-height:1.4em;
}
}
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit; }
@media screen and (max-width: 640px) {
p {
font-size: 1.2em;
line-height: 1.4em; } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment