Skip to content

Commit

Permalink
SassScript issue has been fixed (sass repo has a test case for this n…
Browse files Browse the repository at this point in the history
…ow, yay)
  • Loading branch information
rkh committed Dec 27, 2009
1 parent e0cd51c commit 9dc86a0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/big_band/sass.rb
Expand Up @@ -12,13 +12,6 @@ class BigBand < Sinatra::Base
# This can be used without BigBand or even Sinatra.
module Sass
module Functions

# HACK: Dunno why I have to do both. Have to talk to nex3 or somebody.
# Including it just in EvaluationContext will not make the methods available
# from Sass, including it just in Functions will cause Sass to raise an
# NoMethodError. What causes this behaviour is not obvious from sass/script/functions.rb.
# More digging through the Sass code should be done.
::Sass::Script::Functions::EvaluationContext.send :include, self
::Sass::Script::Functions.send :include, self

def min(*args)
Expand Down

0 comments on commit 9dc86a0

Please sign in to comment.