_animations.scss 266 B

1234567891011
  1. // Notes:
  2. /** Utilize JS getStyle to read width of spritesheet
  3. ** Calculate amount of steps from that
  4. ** Profit
  5. **/
  6. @import "compass/utilities/sprites";
  7. $anims-layout:vertical;
  8. $anims-sprite-dimensions: true;
  9. @import "anims/*/**.png";
  10. @include all-anims-sprites;