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:
parent
a7369e809d
commit
6dea3d599f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue