Sha256: 33de2f1eabf741fde2090c8726a8f2a17580b6d3450bdf0df078fd66a3c1ccfc

Contents?: true

Size: 211 Bytes

Versions: 4

Compression:

Stored size: 211 Bytes

Contents

if defined?(Sass)

  module Sass::Script::Functions

    ##
    # A reference to the Middleman::Application object.
    #
    def middleman_app
      options[:custom][:sprockets_context].app
    end

  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
middleman-sprockets-3.5.0 lib/middleman-sprockets/sass_utils.rb
middleman-sprockets-4.0.0.beta.1 lib/middleman-sprockets/sass_utils.rb
middleman-sprockets-3.4.2 lib/middleman-sprockets/sass_utils.rb
middleman-sprockets-3.4.1 lib/middleman-sprockets/sass_utils.rb