Skip to content

Instantly share code, notes, and snippets.

@BenFausch
Created April 12, 2018 17:01
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 BenFausch/e442805e536e66a05c6b3441dace7f49 to your computer and use it in GitHub Desktop.
Save BenFausch/e442805e536e66a05c6b3441dace7f49 to your computer and use it in GitHub Desktop.
vertical stripe background using repeating gradient
background: repeating-linear-gradient(to right, $white, $white 20px, $bg-grey 20px, $bg-grey 130px);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment