HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/BVerhoeven/verhoevendak.nl/wwwroot/css/mixins/_mixins.sass
@import "css3_deprecated"
@import "media-queries"
@import "flex"
@import "sprite"
@import "translate3d"
@import "keyframes"


=hexagon($width: 100px, $height: 100px, $pointiness: 25, $color: red)
  position: absolute
  display: block
  max-width: $width
  height: $height
  background-color: $color

  &:before
    content: ""
    position: absolute
    top: -($height/100)*$pointiness
    left: 0
    width: 0
    height: 0
    border-left: ($width/100)*50 solid transparent
    border-right: ($width/100)*50 solid transparent
    border-bottom: ($height/100)*$pointiness solid $color

  &:after
    content: ""
    position: absolute
    bottom: -($height/100)*$pointiness
    left: 0
    width: 0
    height: 0
    border-left: ($width/100)*50 solid transparent
    border-right: ($width/100)*50 solid transparent
    border-top: ($height/100)*$pointiness solid $color