mobify / spline

⚠️ DEPRECATED. Spline is a mixin and function library for Sass. It makes writing stylesheets for mobile-first builds faster and easier. Spline provides methods to manipulate text, use web & icon fonts, create CSS3 shapes, and much more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`timing-functions.scss` should be renamed and moved to a variables directory

jeffkamo opened this issue · comments

The file name is a bit misleading, as there are no functions inside it. Perhaps transition-timings (credit @ry5n)

Additionally, variables should probably live in their own logical place instead of utilities (which are for mixins).