Skip to content

Instantly share code, notes, and snippets.

@ataylorme
Created November 25, 2014 21:00
Show Gist options
  • Save ataylorme/ece6acf9d9c110bd01ed to your computer and use it in GitHub Desktop.
Save ataylorme/ece6acf9d9c110bd01ed to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.0.1)
// ----
h1{
font-size: 48px;
@media only screen and (max-width: 768px){
font-size: 32px;
}
@media only screen and (max-width: 480px){
font-size: 28px;
}
}
h1 {
font-size: 48px; }
@media only screen and (max-width: 768px) {
h1 {
font-size: 32px; } }
@media only screen and (max-width: 480px) {
h1 {
font-size: 28px; } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment