%border-box {
  box-sizing: border-box;

  &::before,
	&::after {
    box-sizing: border-box;
	}
}
