If I am chaining multiple css classes where the HTML would come out looking like:
<a class="btn primary large">
How would I do this in HAML? These guesses didn't work:
.btn-primary-large
."btn-primary-large"
Use dots instead of dashes:
.btn.primary.large