Run `grunt build` to build AFCH, or just use scripts/upload.py — this
will create all the necessary files in the /build directory, including
minified css based on the…
LESS files! That’s right, variables, nested selectors, and more. Expect
cleaner, tidier code…already switched much of it over.
Additionally, using LESS, our CSS selectors are much more specific,
pretty much 100% ensuring we’ll avoid future class/selector conflicts.
We now ALSO use a combination of classes and $afch.find() to ensure
that multiple AFCH instances can run at one time on a page.
Big commit, yay :)