[haml] Re: Exponential

2011-04-25 Thread davidyeiser
.sass:foo.scss > > chris > > On Sun, Apr 24, 2011 at 8:23 PM, davidyeiser > wrote: > > > > > Yes, you are correct. I tried changing the spelling of one of the > > other functions and it still executed it fine. (I changed def > > abs(value) to def absl(va

[haml] Re: Exponential

2011-04-24 Thread davidyeiser
d the behavior you're seeing is as if it's not > present. The code should be: > > def exp(value, power) >  Sass::Script::Number.new(value.value**power.value) > end > > chris > > On Sun, Apr 24, 2011 at 11:32 AM, davidyeiser > wrote: > > > > > Ah, go

[haml] Re: Exponential

2011-04-24 Thread davidyeiser
d a > custom function to sass to implement this in ruby. > > Chris > > Hunt & pecked on my iPhone... Sorry if it's brief! > > On Apr 23, 2011, at 10:29 PM, davidyeiser > wrote: > > > > > Forgive me if I'm missing something obvious, but is the

[haml] Exponential

2011-04-23 Thread davidyeiser
Forgive me if I'm missing something obvious, but is there a default way for SASS to execute exponential operators? So, for example: 2 ^ 3 = 8 Thank you! -- You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to haml@googlegr