- // Notes:
- /** Utilize JS getStyle to read width of spritesheet
- ** Calculate amount of steps from that
- ** Profit
- **/
- @import "compass/utilities/sprites";
- $anims-layout:vertical;
- $anims-sprite-dimensions: true;
- @import "anims/*/**.png";
- @include all-anims-sprites;
|