Skip to content

Instantly share code, notes, and snippets.

@cjbell
Created December 9, 2015 17:32
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 cjbell/cb56ff6d352890d719dd to your computer and use it in GitHub Desktop.
Save cjbell/cb56ff6d352890d719dd to your computer and use it in GitHub Desktop.
.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