# File lib/compass/sass_extensions/sprites/image.rb, line 86
        def offset
          @offset ||= (position.unitless? || position.unit_str == "px") ? position.value : 0
        end