Get your own website Result Size: 625 x 533
mystyle.scss
mystyle.css
mypage.html
 
@mixin important-text {
  color: red;
  font-size: 25px;
  font-weight: bold;
  border: 1px solid blue;
}

.danger {
  @include important-text;
  background-color: green;
}