1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

Fix module to correctly include compass extenstion.

Sorry about all the commits - still getting my bearings with compass.
This commit is contained in:
Tristan Harward 2012-11-01 11:04:42 -04:00
parent a7369e809d
commit 6dea3d599f

View file

@ -1,6 +1,6 @@
# This contains functions for use with a project *only* using Compass.
module Compass::SassExtensions::Functions::Urls
module Sass::Script::Functions
module ImageUrl
# Define image_path for Compass to allow use of sprites without url() wrapper.
def image_path(asset)