Created
December 9, 2015 17:32
-
-
Save cjbell/cb56ff6d352890d719dd to your computer and use it in GitHub Desktop.
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
.article { | |
composes: flex vertical centered from "./layout.css"; | |
} | |
.masthead { | |
composes: serif bold 48pt centered from "./typography.css"; | |
composes: paragraph-margin-below from "./layout.css"; | |
} | |
.body { | |
composes: max720 paragraph-margin-below from "layout.css"; | |
composes: sans light paragraph-line-height from "./typography.css"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment