I’m toying around with jade.js and “Bootstrap, from twitter”. Bootstrap has some classes with names that got whitespaces such as “nav secondary-nav”.
In jade.js you define a div with div.classname but I can’t do it like div.class name,
anyone knows how I can do this some other way?
Thanks
the class name ‘secondary nav’ should be ‘secondary-nav’
jade syntax would be:
example (bootstrap 2.0):