Chris Eppstein
|
45571de0f7
|
Rename the log function to logarithm to avoid collisions with the log
function for logging.
Add keyword argument support for the math functions.
Add square-root as as an alias to sqrt.
|
2012-03-11 20:52:27 -07:00 |
|
Chris Eppstein
|
c8174b5679
|
Merge branch 'master' into stable
Conflicts:
Gemfile
lib/compass/sass_extensions/functions.rb
lib/compass/sass_extensions/functions/trig.rb
test/units/sass_extensions_test.rb
|
2012-03-11 18:30:25 -07:00 |
|
Matija Marohnić
|
d11ec3c74f
|
Fix math function tests
|
2012-03-08 23:55:49 +01:00 |
|
Matija Marohnić
|
ef6d8f5b3e
|
Add tests for math functions
|
2012-03-08 10:41:52 +01:00 |
|
Chris Eppstein
|
c4e9d00d61
|
Merge branch 'stable'
Conflicts:
VERSION.yml
doc-src/content/CHANGELOG.markdown
lib/compass/configuration/helpers.rb
test/units/sass_extensions_test.rb
|
2011-12-23 17:16:44 -08:00 |
|
Chris Eppstein
|
ca59adfa12
|
Add a new helper function to reject values from a list.
|
2011-12-23 16:53:48 -08:00 |
|
Scott Davis
|
d33585581e
|
closes #600 fixed to_path issue caused by sprokets
|
2011-11-17 15:07:03 -05:00 |
|
Chris Eppstein
|
155834b341
|
Merge remote branch 'botandrose/patch-4'
* botandrose/patch-4:
add test for inline_font_files()
Inline fonts weren't being base64 encoded.
|
2011-09-16 15:49:49 -07:00 |
|
Raving Genius
|
3514898ea1
|
Stop requiring font type when type can be guessed from URL (issue #544)
|
2011-09-08 23:12:11 -04:00 |
|
Raving Genius
|
8a2da92c91
|
Added test coverage for font_files (issue #543)
|
2011-09-08 20:59:03 -04:00 |
|
Micah Geisel
|
d644e54a38
|
add test for inline_font_files()
|
2011-09-07 13:06:10 -07:00 |
|
Chris Eppstein
|
210a1d4771
|
only define the compass url helpers if they are not already defined.
|
2011-08-28 09:22:13 -07:00 |
|
Scott Davis
|
acfd1e43a2
|
fixed trig functions closes #498
|
2011-08-02 18:49:06 -04:00 |
|
Scott Davis
|
8f675f936b
|
moved test files to a more sain structure
|
2011-05-10 18:01:12 -04:00 |
|