Sha256: e6fa1c5c5ef6a3575167b8711a8c5f0f5d77c694565d7c160f63e3dc29731764
Contents?: true
Size: 1.44 KB
Versions: 3
Compression:
Stored size: 1.44 KB
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="description" content="Examples of the sass mixins in use."> <title>Sass mixins demo page</title> <link rel="stylesheet" href="stylesheets/demo.css" type="text/css"> </head> <body> <section id="buttons"> <h2>Demo: button mixin</h2> <p>The button add-on provides well-designed buttons with a single line in your CSS.</p> <section class="button-set simple"> <p>Simple</p> <section> <button class="default">Simple button</button> </section> <section> <button class="color-2">Simple button</button> </section> <section> <button class="color-3">Simple button</button> </section> </section> <section class="button-set shiny"> <p>Shiny</p> <section> <button class="default">Shiny button</button> </section> <section> <button class="color-2">Shiny button</button> </section> <section> <button class="color-3">Shiny button</button> </section> </section> <section class="button-set pill"> <p>Pill</p> <section> <button class="default">Pill button</button> </section> <section> <button class="color-2">Pill button</button> </section> <section> <button class="color-3">Pill button</button> </section> </section> </section> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bourbon-0.0.7 | demo/index.html |
bourbon-0.0.6 | demo/index.html |
bourbon-0.0.5 | demo/index.html |