class Sass::Plugin::StalenessChecker
def self.stylesheet_needs_update?(css_file, template_file)
-
template_file(String) -- The location of the Sass or SCSS template -
css_file(String) -- The location of the CSS file to check.
def self.stylesheet_needs_update?(css_file, template_file) new.stylesheet_needs_update?(css_file, template_file) end