compass/doc-src/content/stylesheets/_slideshow.sass
Chris Eppstein bf83b2d5b3 Getting started with the new layout:
* Added susy and css-slideshow
* Converted legacy css to scss, moved it and updated reference.
* extracted some javascript to a file so it can be shared.
2010-04-20 11:16:43 -07:00

14 lines
413 B
Sass

// CSS-only Lightboxes
// Plugin by Eric Meyer - http://www.oddbird.net/
// Based on the work of Jenna Smith - http://growldesign.co.uk/
// Compatible with IE6+, Mozilla and Webkit browsers.
// **Not compatible with Opera without Javascript help**
// Override with the proper class names for your slide/slide-nav containers
$slide-container: ".slides"
$max-slides: 10
// import slideshow
@import css-slideshow