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
Chris Eppstein
8ed750c103
rcov doesn't work on 1.9
2012-03-05 11:34:42 -08: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
6a89268404
Whitespace
2012-03-04 17:46:27 -08:00
Chris Eppstein
fe1c465482
Missing quote.
2012-03-03 09:36:05 -08:00
Scott Davis
9b39b5707f
removed unneeded timecop
2012-03-01 13:48:34 -05: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
Zachary Anker
15b94d0ed0
Added a test to ensure importing of numeric filenames for sprites works
2012-02-27 09:15:08 -08:00
Zachary Anker
cb80f1f371
Check the full CSS selector to see if it's valid to allow numeric selectors when manually calling sprite methods
2012-02-27 09:11:08 -08: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
Chris Eppstein
001fa41142
fix broken test
2012-02-26 17:34:44 -08:00
Richard Herrera
94bef38312
Adding a single transform transition stylesheet test.
2012-02-26 14:52:35 -08:00
Richard Herrera
c1ce093cbc
Keeping things DRY, refactoring some shared functionality. All prefix fixes now route through an @build-prefix-values mixin.
2012-02-26 14:51:59 -08:00
Richard Herrera
3f23287afb
Adding test for multiple transitions.
2012-02-26 12:28:03 -08:00
Richard Herrera
14a553f0f4
Redundant use of a built-in helper function. Removing array-push() for append().
2012-02-26 12:27:49 -08:00
Richard Herrera
177fda7460
Per @chriseppstein: we don't need to use -compass-space-list
anymore. Sass provides ()
to construct an empty space-delimited list.
2012-02-26 11:53:10 -08:00
Richard Herrera
4d01676a76
Redundant use of a built-in helper function. Removing string-join() for compact(join()).
2012-02-26 11:43:00 -08:00
Richard Herrera
3b586059cd
Test for multiple transition properties.
2012-02-26 11:39:58 -08:00
Richard Herrera
9a40ba9ec3
transition-property mixin now includes support for multiple prefixed values.
2012-02-26 11:39:30 -08:00
Richard Herrera
388e3a611f
Using transition property in lieu of @experimental mixin.
2012-02-26 11:38:55 -08:00
Richard Herrera
6a3d024cc1
Updated with the following:
...
- Added stylesheet tests for prefixed transition properties.
- transition-property mixin now passes all tests.
- single-transition mixin now passes all tests.
- Updated rewrite to respect user specified browser support.
2012-02-26 00:55:52 -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
Scott Davis
ece75ff49c
Merge pull request #729 from cosmic/load_sprites_base
...
Load sprites base
2012-02-25 10:37:14 -08:00
Scott Davis
9a3cbbe470
Merge pull request #730 from roytomeij/stable
...
Fix typo and use periods more consistently on the "contributing" page
2012-02-25 10:36:23 -08:00
Roy Tomeij
0dae5b5668
Fix typo and use periods more consistently
2012-02-21 21:34:20 +01:00
Sunny Ripert
52065da5d4
When @importing "compass/utilities/sprites" also load "sprites/base"
2012-02-21 18:06:05 +01:00
Richard Herrera
cf60a90931
Adding support for prefixed transition properties, e.g. transform & transform-origin. Can easily be extended for further properties.
2012-02-18 11:36:49 -08:00
Scott Davis
e437f405b6
Merge pull request #721 from naehrstoff/patch-1
...
Fixed syntax error in Growl example code so it runs on copy and paste.
2012-02-15 05:01:24 -08:00