module TurboSass

Constants

VERSION

Public Class Methods

path() click to toggle source
# File lib/turbosass.rb, line 9
def self.path
  File.expand_path(File.join(File.dirname(__FILE__), "turbosass", "scss"))
end