Sha256: f2d70671ef534df27baaf6a95e533452e5c8136410ada7c796d3952f061b8b26
Contents?: true
Size: 301 Bytes
Versions: 2
Compression:
Stored size: 301 Bytes
Contents
require "sass" require "bourbon/generator" module Bourbon if defined?(Rails) && defined?(Rails::Engine) class Engine < ::Rails::Engine config.assets.paths << File.expand_path("../../core", __FILE__) end else Sass.load_paths << File.expand_path("../../core", __FILE__) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bourbon-5.1.0 | lib/bourbon.rb |
bourbon-5.0.1 | lib/bourbon.rb |