css-button.mustache revision 2fe7832f0745c00c0ca44c01a9021e9bf58e31a8
<div class="intro">
<p>In this example, we'll look at a few ways to provide additional styles to the `'cssbutton'` module.</p>
</div>
<link rel="stylesheet" href='{{yuiBuildUrl}}/cssbuttons/cssbuttons.css'></link>
<style>{{>css-button-source-css}}</style>
<div class="example">
{{>css-button-source}}
</div>
<h4>CSS</h4>
```
{{>css-button-source-css}}
```
<h4>HTML</h4>
```
{{>css-button-source}}
```