Hacker News new | ask | show | jobs
by eam 5361 days ago
I use Compass(http://compass-style.org) but that pretty much runs on SASS.
1 comments

I went here to make the same remark.

Using compass you just have to type:

  +linear-gradient(color-stops(#c7def4,#d7eef4))
  +box-shadow(rgba($ycolor9,.6) 0 0 4px inset)
  +border-radius()
And it works really fine.