Monday, April 13, 2015

Exposing functions that are inside a closure

Learned a lot from response in this thread:
You expose functions or properties of a closure by internally declaring them in this scope (which can change depending on invocation).

Saturday, April 11, 2015

Grunt and npm notes

SASS notes

Icon Fonts are Awesome

​First saw this demo page:  Icon Fonts are Awesome.

And then read the article about it.

Then tried it out using Icomoon's tool/app (after seeing how to use Icomoon icons with SASS).

How to write cleaner CSS and smarter SASS

How to write cleaner CSS and smarter SASS
Anthony DiSpezio explains how to leverage mixins and extends at the same time, to write smarter Sass and cleaner CSS.