Sha256: d6dc39f25514f849f2095e6c6d3defa1917bb6da8f136cd5395363d8a57d1392

Contents?: true

Size: 263 Bytes

Versions: 2

Compression:

Stored size: 263 Bytes

Contents

# frozen_string_literal: true
require_relative '../v3/functions'
module Sprockets
  module Sass
    module V4
      # Module used to inject helpers into SASS engine
      module Functions
        include Sprockets::Sass::V3::Functions
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sprockets-sass-2.0.0.beta2 lib/sprockets/sass/v4/functions.rb
sprockets-sass-2.0.0.beta1 lib/sprockets/sass/v4/functions.rb