Reset Figure

Examples

Simply call the mixin in a selector that targets the <figure> element itself.

figure{
  @include reset-figure;
}
//CSS Output
figure {
  margin: 0;
}
figure img {
  display: block;
  width: 100%;
}