/**
 * Shape/Polygon
 *
 * @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx
 */
@import "recipes/shape/polygon/hexagon";
@import "recipes/shape/polygon/octagon";
@import "recipes/shape/polygon/parallelogram";
@import "recipes/shape/polygon/pentagon";
@import "recipes/shape/polygon/rectangle";
@import "recipes/shape/polygon/rhombus";
@import "recipes/shape/polygon/square";
@import "recipes/shape/polygon/star";
@import "recipes/shape/polygon/trapezoid";
@import "recipes/shape/polygon/triangle";
