aman204 Not really. The online style guide was attached to Blank.ly via the 'Start Styling' button, and had bootstrappy codes for grids, buttons, etc. I discovered this accidentally, and now use it extensively. Example:
<div class="zen-row">
<div class="zg-col zg-col-4"><!-- 1 -->
</div>
<div class="zg-col zg-col-4 bg-primary"><!-- 2 -->
</div>
<div class="zg-col zg-col-4 bg-secondary"><!-- 3 -->
</div>
</div>
It included push, pull, padding, background, and a lot of other codes. The reason I use this instead of zen shortcode is that it renders in the backend editor (ArkEditor) so my clients can actually use it.