/*this css will not be altered by sass compiler (thus no autoprefix stripper)*/

* {
  -moz-box-sizing:    border-box;
  -webkit-box-sizing: border-box;
  box-sizing:         border-box;
}


