Features/figure
Adds a new figure
element that can take an img
and a figcaption
- adds mixin to create relevant CSS for a figure
- adds example Element -
.embl-e-figure
for demonstration - adds images for demonstration
- bonus: tidies up compiling stylesheet to include
@import mixins/mixins
so you use themixins.scss
file to include mixins for better maintainability.