/** * @copyright Copyright 2010-2013, The Titon Project * @license http://opensource.org/licenses/bsd-license.php * @link http://titon.io */ @import "../common"; /** * Will hide background images and defer image loading until they are within viewport. * Should be used in conjunction with the JavaScript Titon.LazyLoad module. */ .lazy-load { background-image: none !important; }