Something Colorful
Tuesday, 7 November, 2017
Beets and iTunes
Sunday, 1 October, 2017

Wellington for Sass

Posted
post #site #css #tools
Got a comment? A question? More of a comment than a question? Talk to me about this page on:

I found Wellington, a Sass compiler written in Go.

I installed Wellington with Homebrew - actually Linuxbrew but that’s a post for another day maybe, once I’m sure this Linuxbrew experiment worked for me.

$ brew install wellington

This is not the night to redesign the whole site, though. Make sure everything works.

$ wt compile assets/scss/main.scss -b static/css
2017/10/31 21:09:54 Compilation took: 28.333622ms

Seems to produce the same style output. I had no complaint about the speed of Ruby’s Sass compiler, but Wellington is certainly quicker.

I guess now I can start thinking about redesigning the site layout.