Jackson Redmond
Jackson Redmond

Reputation: 11

SCSS (SASS) Efficiency Assistance

I was just wondering if anyone knew anyway i could make the below code anymore efficient or dynamic, I have already achieved the desired result i would just like to know if it can be made to work better.

The Script

Any answer would be greatly appreciated,

Cheers,
Jackson Redmond

Upvotes: 1

Views: 90

Answers (1)

Reto Aebersold
Reto Aebersold

Reputation: 16644

I suggest you to have a look compass. It provides a lot of useful mixins (e.g. box-shadow or border-radius) for Scss or Sass. They are working on an animation module, so have a look at this commit to see how they are implementing this.

Upvotes: 3

Related Questions