Chris Eppstein
795c91d262
Merge pull request #776 from JohnAlbin/vert-rhythm-codestyle-1
...
Fix code style in vertical_rhythm's apply-side-rhythm-border().
2012-03-13 22:38:55 -07:00
Scott Davis
ea5c305a72
Merge pull request #779 from MoOx/stable
...
Add "css" keywords on the Compass Sprite helpers doc.
2012-03-13 11:38:04 -07: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
JohnAlbin
c1584f9212
Fix code style in vertical_rhythm's apply-side-rhythm-border().
2012-03-13 16:47:29 +08:00
Chris Eppstein
a700e5d521
Merge pull request #771 from JohnAlbin/docs-vertical-rhythm
...
Improve documentation of veritcal_rhythm partial.
2012-03-12 10:23:54 -07:00
JohnAlbin
eac243def0
Improve documentation of veritcal_rhythm partial.
2012-03-12 17:01:53 +08:00
Chris Eppstein
a16f163e51
Update the blog post for official release.
2012-03-12 00:39:54 -07:00
Chris Eppstein
6754be1dc2
Version bump
2012-03-12 00:32:03 -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
48aff36331
Handle ruby 1.8.7 Math.log api difference.
2012-03-11 21:19:20 -07:00
Chris Eppstein
174fab3616
Fix broken import in test fixture.
2012-03-11 21:02:15 -07:00
Chris Eppstein
d871d77759
Remove import of the removed gradient module.
2012-03-11 20:55:47 -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
9cbab2bd27
Newlines at ends of files
2012-03-11 20:49:56 -07:00
Chris Eppstein
2072cac4cb
Remove deprecated gradient mixins and
2012-03-11 20:49:15 -07:00
Chris Eppstein
9baa7a0282
fix failing test.
2012-03-11 20:17:35 -07:00
Chris Eppstein
c1eedc721d
Fix failing test for compass stats.
2012-03-11 20:04:58 -07:00
Chris Eppstein
1d78bfd7cc
Merge pull request #763 from pivotal-casebook/relative_home_path
...
Fix for Compass.shared_extension_paths when HOME is a relative path or some other stupid value.
2012-03-11 19:41:30 -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
325e376b55
ruby prof too
2012-03-11 18:17:26 -07:00
Chris Eppstein
4e4d813950
update the changelog with mention of new math functions.
2012-03-11 18:12:36 -07:00
Chris Eppstein
76f341b3dc
Merge pull request #758 from silvenon/stable
...
Add more math functions and unite them with Trig
2012-03-11 18:12:12 -07:00
Chris Eppstein
34540bb753
CHANGELOG entry for transiitions mixin fixes.
2012-03-11 18:06:41 -07:00
Chris Eppstein
06ac18ec9d
Merge pull request #728 from doctyper/prefixed-transition-properties
...
Adding support for prefixed transition properties
2012-03-11 18:04:16 -07:00
Chris Eppstein
07c92170cf
Add font file support changes to the changelog.
2012-03-11 18:02:01 -07:00
Chris Eppstein
aa71abb601
Add mime-type for eot fonts
2012-03-11 17:59:49 -07:00
Chris Eppstein
d9cbb8e104
Merge pull request #753 from MoOx/font-eot
...
Add .eot (Embedded OpenType) to fonts format
2012-03-11 17:58:17 -07:00
Chris Eppstein
22968d7f48
Merge pull request #755 from aaronchi/patch-1
...
Correct Mime type for woff font files
2012-03-11 17:57:14 -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
32d8517f32
Add the squish text mixin for hiding text in inline elements.
2012-03-11 17:48:00 -07:00
JohnAlbin
48723276e8
Update docs for running tests. fixes #731
2012-03-10 18:35:42 +08:00
Chris Eppstein
d38fee361f
When an error occurs, display the imported file that caused the error if the error was not local error.
2012-03-09 00:42:04 -08:00
Chris Eppstein
1fef2b2e5e
Add docs for the user interface module
2012-03-09 00:08:41 -08:00
Chris Eppstein
046d4688d1
Use Scott Kellum's method of text hiding that is more performant and has no issue with em-based margins.
2012-03-09 00:01:15 -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
Matija Marohnić
d11ec3c74f
Fix math function tests
2012-03-08 23:55:49 +01:00
Michael Schubert & Sam Obukwelu
2d4e0e400f
Fix for Compass.shared_extension_paths when HOME is a relative path.
...
This should fully resolve https://github.com/chriseppstein/compass/issues/364 for when HOME is not just nil but also "." (or any other relative path). Added a complete set of unit tests around the method as well.
2012-03-08 12:05:56 -05:00
Matija Marohnić
ef6d8f5b3e
Add tests for math functions
2012-03-08 10:41:52 +01: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
aaronchi
55d4d36240
Use the corrent mime type for woff font files:
...
http://stackoverflow.com/questions/3594823/mime-type-for-woff-fonts
2012-03-06 21:09:20 -08:00
Maxime Thirouin
4812c5fea1
Fix #752 Add .eot (Embedded OpenType) to fonts format
2012-03-06 11:13:13 +01:00
Brandon Mathis
3fded65735
Added hide-text improvement to changelog
2012-03-05 17:14:12 -06:00
Brandon Mathis
f1187ba44e
Improved hide-text mixin performance and accessibility, closes #743
2012-03-05 16:25:49 -06:00
Chris Eppstein
92181e074f
Merge branch 'stable'
...
Conflicts:
Gemfile
2012-03-05 12:08:56 -08:00
Chris Eppstein
da895dab70
ruby prof too
2012-03-05 12:05:30 -08:00