Sha256: 9e96374561d93a837c2d45b55007c06a6cc338e2f861eb67e3c07fd40b0b06db

Contents?: true

Size: 281 Bytes

Versions: 1

Compression:

Stored size: 281 Bytes

Contents

# only exists to stop errors with jekyll-assets
module Less
  class Loader # :nodoc:
    def require(module_id)
      Less::FakeTree.new
    end
  end

  class FakeTree # :nodoc:
    def initialize
      @functions = {}
    end
    def functions
      @functions
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
less-execjs-2.6.0.4 lib/less/loader.rb