Sha256: cb2f80bb21054f87c3a59afdabd78a34a7afbcd26de7060964b1f4cbd902dcce
Contents?: true
Size: 188 Bytes
Versions: 4
Compression:
Stored size: 188 Bytes
Contents
require 'pathname' module Sassy class << self def root @@root ||= Pathname(File.dirname(__FILE__)).expand_path.join('sassy') end end end require Sassy.root.join('scss')
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
sassy-1.0.0 | lib/sassy.rb |
sassy-0.0.3 | lib/sassy.rb |
sassy-0.0.2 | lib/sassy.rb |
sassy-0.0.1 | lib/sassy.rb |