Skip to content

Instantly share code, notes, and snippets.

@vastolf
Created October 21, 2017 20:31
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 vastolf/81563691a7b6e04fb1c4e6c974368b29 to your computer and use it in GitHub Desktop.
Save vastolf/81563691a7b6e04fb1c4e6c974368b29 to your computer and use it in GitHub Desktop.
Testing embedded Gists
// Page
//
// Markup: page.twig
//
// Style guide: page
$transparent__light = rgba(255,255,255,.9);
.page,
%page {
background: $transparent__light;
padding: .5rem 1.5rem;
@include breakpoint(676px) {
padding: 1rem 2rem;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment