Use Less instead of CSS for a quick markup
Make sure type="text/less"
is in your style attribute and followed with the LESS.js script tag within <head/>
<style type="text/less">
</style>
<script src="//cdnjs.cloudflare.com/ajax/libs/less.js/2.7.1/less.min.js"></script>
src/lib/ghostApi.js