Created
April 9, 2014 20:36
-
-
Save trub/10312085 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or 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
| // ---- | |
| // Sass (v3.3.4) | |
| // Compass (v1.0.0.alpha.18) | |
| // Stipe (v) | |
| // ---- | |
| @import "stipe/manifest"; | |
| h1 { | |
| @include heading; | |
| text-decoration: uppercase; | |
| } | |
| h2 { | |
| @include heading(24); | |
| @extend h1; | |
| } | |
| h3 { | |
| @include heading(18); | |
| @extend h1; | |
| } |
This file contains hidden or 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
| h1, h2, h3 { | |
| font-size: 3.83333em; | |
| line-height: 1.17391; | |
| margin-bottom: 0.3913em; | |
| color: #333333; | |
| font-weight: normal; | |
| font-family: "Helvetica Neue", Arial, sans-serif; | |
| text-decoration: uppercase; | |
| } | |
| h2 { | |
| font-size: 2em; | |
| line-height: 1.5; | |
| margin-bottom: 0.75em; | |
| color: #333333; | |
| font-weight: normal; | |
| font-family: "Helvetica Neue", Arial, sans-serif; | |
| } | |
| h3 { | |
| font-size: 1.5em; | |
| line-height: 1; | |
| margin-bottom: 1em; | |
| color: #333333; | |
| font-weight: normal; | |
| font-family: "Helvetica Neue", Arial, sans-serif; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment