Chris Eppstein
bba8e3f51b
Merge branch 'stable'
...
Conflicts:
VERSION.yml
doc-src/Gemfile.lock
doc-src/content/CHANGELOG.markdown
2012-03-18 00:14:06 -07:00
JohnAlbin
48bfe186af
Replace confusing $ie-font-ratio variable with $browser-default-font-size in vertical_rhythm partial. fixes #766
2012-03-17 23:55:55 -07:00
Chris Eppstein
9a66390150
Homepage ad.
2012-03-17 15:47:37 -07:00
Chris Eppstein
9cfd753837
link to downloads page
2012-03-14 01:11:41 -07:00
Chris Eppstein
2b6380b272
Version bump and prepare for release.
2012-03-14 00:46:52 -07:00
Chris Eppstein
48d532b748
Merge branch 'stable'
...
Conflicts:
VERSION.yml
doc-src/Gemfile.lock
2012-03-14 00:23:50 -07:00
Maxime Thirouin
788a344278
Update outdated doc
2012-03-13 21:53:19 +01:00
Maxime Thirouin
8fa1e8b97b
Add "css" keywords on the Compass Sprite helpers doc.
...
Following this "Will someone please do some SEO so that compass is on the first page for this query: css sprites"
https://twitter.com/#!/chriseppstein/status/141632327565578240
2012-03-13 12:46:46 +01:00
Chris Eppstein
a16f163e51
Update the blog post for official release.
2012-03-12 00:39:54 -07:00
Chris Eppstein
0815f22165
Anthony Short
2012-03-12 00:32:03 -07:00
Chris Eppstein
a8f2f2069a
Merge pull request #765 from JohnAlbin/docs-running-tests
...
Update docs for running tests. fixes #731
2012-03-11 22:18:28 -07:00
Chris Eppstein
da6fafee26
Merge branch 'stable'
2012-03-11 21:25:04 -07:00
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
Chris Eppstein
1f03d96cc9
Merge branch 'stable'
2012-03-11 20:05:14 -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
beddcd0bde
changelog for allowing numeric sprite files.
2012-03-11 19:25:31 -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
JohnAlbin
48723276e8
Update docs for running tests. fixes #731
2012-03-10 18:35:42 +08: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