Module: Sass::Script::Functions

Defined in:
lib/common_styles/patch/sass.rb

Instance Method Summary collapse

Instance Method Details

#rand_between_0_and(x) ⇒ Object



8
9
10
# File 'lib/common_styles/patch/sass.rb', line 8

def rand_between_0_and(x)
  numeric_transformation(x){|value| rand*value}
end