CSS3-Only Spinner Tests - Dashes

This is the default spinner created without any arguments to the mixin. It is defined in css-spinner-dashes.css. If you do not want to use Sass/Compass, you can just use the CSS file directly.
@include spinner-dashes()
These are tests using different sizes. css-spinner-dashes-custom.css contains these definitions. Each was created using the arguements to the mixin as labeled below.
@include spinner-dashes("size15", 15)
@include spinner-dashes("size35", 35)
@include spinner-dashes("size55", 55)
These are tests using the same size but using different colors and adjusting the number of balls. css-spinner-dashes-custom.css also contains these definitions. Each was created using the arguements to the mixin as labeled below.
@include spinner-dashes("eight", 35, 8)
@include spinner-dashes("twelve", 35, 12)
@include spinner-dashes("orange", 35, 10, orange)