lib/octopress-ink/assets/stylesheet.rb in octopress-ink-1.0.0.alpha.40 vs lib/octopress-ink/assets/stylesheet.rb in octopress-ink-1.0.0.alpha.41

- old
+ new

@@ -1,10 +1,10 @@ module Octopress module Ink module Assets class Stylesheet < Asset - def initialize(plugin, base, file, media) + def initialize(plugin, base, file) @plugin = plugin @file = file @base = base @media = media || 'all' @root = plugin.assets_path