Sha256: f75724dad1ea1a47674e2bef005ddc1bbcc45dfda4b44fa88da1be5c32483422
Contents?: true
Size: 467 Bytes
Versions: 1
Compression:
Stored size: 467 Bytes
Contents
require 'sass' module Compass module Frameworks def self.register(name, options = {}) Sass.load_paths << options[:stylesheets_directory] end end end root_dir = File.join(File.dirname(__FILE__), '..') sass_dir = File.expand_path File.join root_dir, 'sass' Sass.load_paths << sass_dir functions_dir = File.expand_path File.join root_dir, 'lib', 'simple-compass', 'sass', 'functions' Dir[File.join(functions_dir, "**/*.rb")].each { |f| require f }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple-compass-0.0.1 | lib/simple-compass.rb |