Commit Graph

551 Commits

Author SHA1 Message Date
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
2072cac4cb Remove deprecated gradient mixins and 2012-03-11 20:49:15 -07:00
Andrew Pietsch
7042337393 Replaced all references to "icons" in the tutorial with "my-icons" to make it clearer that the @include all-icon-sprites is dependent on the directory name.
Updated the naming in the magic selectors section to be more clear.

Conflicts:

	doc-src/content/help/tutorials/spriting.markdown
2012-03-11 19:37:33 -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
Chris Eppstein
4e4d813950 update the changelog with mention of new math functions. 2012-03-11 18:12:36 -07:00
Chris Eppstein
34540bb753 CHANGELOG entry for transiitions mixin fixes. 2012-03-11 18:06:41 -07:00
Chris Eppstein
07c92170cf Add font file support changes to the changelog. 2012-03-11 18:02:01 -07:00
Chris Eppstein
716ddf5d3b Take the beta status off of the new modules in 0.11 2012-03-11 17:49:19 -07:00
Chris Eppstein
17ae2294ab Update the changelog 2012-03-11 17:48:37 -07:00
Chris Eppstein
1fef2b2e5e Add docs for the user interface module 2012-03-09 00:08:41 -08:00
Chris Eppstein
abcd6c897c Revert "Bring the legacy implementation of hide-text back as move-text-out-of-view and make hide-text a front end for the two methods."
This reverts commit 0c290edd07.
2012-03-08 23:44:13 -08:00
Chris Eppstein
0c290edd07 Bring the legacy implementation of hide-text back as move-text-out-of-view and make hide-text a front end for the two methods. 2012-03-07 23:35:02 -08:00
Matija Marohnić
e954c469f0 Wrap missing span elements around some arguments 2012-03-08 03:00:01 +01:00
Matija Marohnić
3dc42c8473 Add more math functions and unite them with Trig.
Added math functions are as follows:

- e()
- log(number[, base])
- sqrt(number)
- pow(number, exponent)

Because trigonometry is also math, these functions are united with
Compass' trigonometry functions under the Math module.
2012-03-08 03:00:01 +01:00
Brandon Mathis
3fded65735 Added hide-text improvement to changelog 2012-03-05 17:14:12 -06:00
Chris Eppstein
b8c0928f86 Merge branch 'stable'
Conflicts:
	doc-src/content/CHANGELOG.markdown
	lib/compass/commands/watch_project.rb
2012-03-05 11:30:52 -08:00
Chris Eppstein
63250a9075 Merge pull request #744 from nickcooley/stable
Issue #707 - Fix link in documentation.
2012-02-28 16:50:19 -08:00
Nick Cooley
c36e3843eb Issue #707
updated link to "http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#partials"
2012-02-28 19:18:47 -05:00
Chris Eppstein
06af286c4a Add filesize to the compass stats output. 2012-02-26 17:34:44 -08:00
Chris Eppstein
fee53b1a60 Handle the transparent keyword identifier in gradients.
Closes GH-356
2012-02-26 17:34:44 -08:00
Scott Davis
ef1d39952c Merge pull request #736 from ry5n/master
Fix link to partials in docs (help/tutorials/best_practices)
2012-02-25 18:31:58 -08:00
Ryan Frederick
eec7b438e6 Fix link to partials in docs (help/tutorials/best_practices) 2012-02-25 12:30:20 -08:00
Roy Tomeij
0dae5b5668 Fix typo and use periods more consistently 2012-02-21 21:34:20 +01:00
Peter Gassner
a3bc6b4c63 Fixed syntax error in Growl example code so it runs on copy and paste. 2012-02-15 07:53:54 +01:00
Nathaniel Higgins
75df388aef Fix links in spriting that result in 404s 2012-02-14 01:59:28 +00:00
Scott Davis
05364e0a36 merge 2012-01-31 12:04:03 -05:00
Scott Davis
addbc94716 Merge branch 'no_rails_integration' 2012-01-31 11:55:59 -05:00
Chris Eppstein
144ae4f672 Compass 0.12 blog post 2012-01-31 08:03:12 -08:00
Chris Eppstein
e3d50c19e5 Merge commit 'bac8667fb4d0103b975dacc261ed1da08f455e49' into no_rails_integration 2012-01-30 21:07:10 -08:00
Chris Eppstein
ee1adf9535 Update the madlib for compass 0.12 and compass-rails. 2012-01-30 18:57:17 -08:00
Scott Davis
028234cda6 Merge pull request #680 from muffinresearch/stable
Fix link to sass options docs
2012-01-30 13:14:36 -08:00
Scott Davis
7aeccf11d2 Merge pull request #681 from nickcooley/stable
Fixed it's -> its typo (starting small :) )
2012-01-30 13:13:52 -08:00
Chris Eppstein
d642ae7b74 Changelog for rc.0 and a blog post. 2012-01-29 08:27:07 -08:00
Chris Eppstein
36b0da8caf Merge branch 'stable'
Conflicts:
	doc-src/content/CHANGELOG.markdown
2012-01-28 16:30:03 -08:00
Chris Eppstein
938829de9a Update changelog 2012-01-28 16:24:46 -08:00
Nick Cooley
c0afcb67b3 Fixed it's -> its typo (starting small :) ) 2012-01-19 15:32:53 -05:00
Stuart Colville
4aacce2c35 Fix link to sass options docs 2012-01-19 10:39:55 +00:00
Scott Davis
3df5ba3369 merge stable 2012-01-18 19:55:24 -05:00
Ryan Frederick
df6524ef42 Fix typo in …help/turorials/contributing 2012-01-09 23:51:38 -08:00
Scott Davis
c337982c3a Merge pull request #657 from kuroir/stable
Improves index/functions - adds links to sass functions and differentiat...
2012-01-03 20:37:51 -08:00
Scott Davis
f1a6d3a8aa changlog 2012-01-02 11:33:16 -05:00
Scott Davis
88aa3b3c7e removed border-image ... someone needs to learn to close old issues =( 2012-01-02 11:32:10 -05:00
Scott Davis
49faec1756 changelog 2012-01-02 02:50:06 -05:00
Scott Davis
f8378d039d changelog updated 2012-01-02 02:49:08 -05:00
Scott Davis
9c0539aadf docs for border-image 2012-01-02 02:46:19 -05:00
Chris Eppstein
39db29cafb Merge branch 'stable' 2011-12-30 15:25:09 -08:00
Chris Eppstein
643539f40b trying out fusion ads. 2011-12-30 15:24:42 -08:00
Mario Kuroir Ricalde
55b049e1fa Improves index/functions - adds links to sass functions and differentiate them from Compass ones. 2011-12-28 02:57:00 -06:00
Chris Eppstein
4171c0eef7 update changelog for release 2011-12-23 17:26:10 -08: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