Skip to content

Instantly share code, notes, and snippets.

@Krabaton
Created May 29, 2016 08:05
Show Gist options
  • Save Krabaton/4a1d64f52875af9d017dbfc9c2f5a87f to your computer and use it in GitHub Desktop.
Save Krabaton/4a1d64f52875af9d017dbfc9c2f5a87f to your computer and use it in GitHub Desktop.
mixin triangle(className)
.ls-triangle-section(class=className)
svg(xmlns="http://www.w3.org/2000/svg" viewbox="0 0 1000 85" preserveaspectratio="none")
polygon.ls-triangle-section_left(points="0,0 0,86 500.8,86 500.8,75.5")
polygon.ls-triangle-section_right(points="1000,0 1000,86 500,86 500,75.5")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment