Created
August 30, 2015 19:07
-
-
Save waystilos/19cfe6cf91c42b4c47c9 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
//nesting | |
.entry p { | |
font-size: 2em; | |
font-weight: 900; | |
} | |
.entry h1 { | |
font-size: 4em; | |
color: tomato; | |
} | |
////sassify//// | |
.entry { | |
p { | |
font-size: 2em; | |
font-weight: 4em; | |
} | |
h1 { | |
font-size: 4em; | |
color: tomato; | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.entry p { | |
font-size: 2em; | |
font-weight: 900; | |
} | |
.entry h1 { | |
font-size: 4em; | |
color: tomato; | |
} | |
.entry p { | |
font-size: 2em; | |
font-weight: 4em; | |
} | |
.entry h1 { | |
font-size: 4em; | |
color: tomato; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment