duncanmcdougall / Responsive-Lightbox

Lightweight, image only responsive, jQuery lightbox plugin
https://www.belter.io/responsive-lightbox/
113 stars 47 forks source link

Added $asset-path for easier changing url #31

Closed loevstroem closed 8 years ago

loevstroem commented 9 years ago

In my project I’m using Bower for package management, and then including the vendors css/scss files into my base css file. Unfortunately SASS doesn't offer the possibility of adjusting the asset paths in url() values when including.

This simple change is needed to not force users to use Grunt.

loevstroem commented 9 years ago

@duncanmcdougall Please take note I didnt test with your Gruntfile, so unaware if this could cause any hiccups

smilesrg commented 8 years ago

@duncanmcdougall hey kinda need this too :)