]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/vendor/compass-recipes/stylesheets/recipes/shape/_polygon.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / vendor / compass-recipes / stylesheets / recipes / shape / _polygon.scss
1 /**
2 * Shape/Polygon
3 *
4 * @author Maxime Thirouin maxime.thirouin@gmail.com @MoOx
5 */
6 @import "recipes/shape/polygon/hexagon";
7 @import "recipes/shape/polygon/octagon";
8 @import "recipes/shape/polygon/parallelogram";
9 @import "recipes/shape/polygon/pentagon";
10 @import "recipes/shape/polygon/rectangle";
11 @import "recipes/shape/polygon/rhombus";
12 @import "recipes/shape/polygon/square";
13 @import "recipes/shape/polygon/star";
14 @import "recipes/shape/polygon/trapezoid";
15 @import "recipes/shape/polygon/triangle";