Commit Graph

477 Commits

Author SHA1 Message Date
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
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
Brandon Mathis
f1187ba44e Improved hide-text mixin performance and accessibility, closes #743 2012-03-05 16:25:49 -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
Sunny Ripert
52065da5d4 When @importing "compass/utilities/sprites" also load "sprites/base" 2012-02-21 18:06:05 +01:00
Daniel Mattes
133418524d typo: replace inline-block-link through inline-block-list 2012-02-13 11:54:38 +01:00
Hampton Catlin
6cca0c4852 small documentation change to 3d transforms. referenced here: http://css3.bradshawenterprises.com/support/ 2012-02-06 13:52:06 -08:00
Chris Eppstein
36b0da8caf Merge branch 'stable'
Conflicts:
	doc-src/content/CHANGELOG.markdown
2012-01-28 16:30:03 -08:00
Brian Cardarella
f37800ba36 I'm noticing that fonts on IE8 are not working without this fix. 2012-01-26 04:13:26 -05:00
Scott Davis
3df5ba3369 merge stable 2012-01-18 19:55:24 -05:00
Eric Meyer
0642deebc6 seems khtml might actually need the prefix for background-clip 2012-01-13 16:13:22 -07:00
Eric Meyer
236efc264b update background-clip browser support and add tests. 2012-01-13 15:49:06 -07: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
9c0539aadf docs for border-image 2012-01-02 02:46:19 -05:00
Scott Davis
3d23b36f63 inital implimentation of border-image 2012-01-02 02:29:16 -05:00
Scott Davis
6c98ff1d5c removed ms prefix from box-sizing and added a test case 2012-01-02 00:48:43 -05:00
Scott Davis
dec5c9cb3b added test for alternating rows and columns 2012-01-02 00:32:46 -05:00
Scott Davis
0f0c92e1bb added -ms prefix to transitions via #590 2012-01-02 00:14:48 -05: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
309a0ea7d3 Don't put the fill keyword in prefixed versions of the border-image property. 2011-12-23 16:54:49 -08:00
Chris Eppstein
e6b967a8c3 Make the -line-padding variable in the vertical rhythm module configurable. 2011-12-23 16:23:14 -08:00
Scott Davis
4b99aff3b7 Merge branch 'master' of github.com:chriseppstein/compass 2011-12-19 12:45:39 -05:00
Scott Davis
c92766ba99 added reset-baseline to vertical rhythym 2011-12-19 12:44:35 -05:00
Chris Eppstein
fdfca46d28 Allow the vertical rhythm to adjust to half lines when -to-nearest-half-line is set to true in order to avoid awkwardly large gaps between lines. This setting is false by default. 2011-12-17 17:36:55 -08:00
Scott Davis
cd5b1949dd -o-box-shadow does not exist closes #631 with tests 2011-12-01 15:49:49 -05:00
Jeff Felchner
e6d3fcd3be Arguments order differs from the standard order being passed to 2011-11-22 01:03:05 -06:00
Chris Eppstein
129652d382 Merge branch 'stable' 2011-11-14 15:48:42 -08:00
Chris Eppstein
730acb62f4 Remove deprecated forms of the box-shadow, text-shadow, and transition mixins. 2011-11-11 09:19:43 -08:00
Eric Meyer
33ee8b0969 remove 'underline.png' reference from vertical-rhythms. 2011-11-10 15:04:49 -07:00
Scott Davis
7334285950 closes #598 enjoy your increase in bytes! 2011-11-04 10:15:23 -04:00
Scott Davis
57f35d477a closes #572 2011-11-04 09:42:35 -04:00
Chris Eppstein
64c21f6fac Merge branch 'stable'
Conflicts:
	test/fixtures/stylesheets/compass/css/user-interface.css
2011-10-16 11:12:06 -07:00
Chris Eppstein
2f5cc38457 Further doc cleanup 2011-10-16 11:05:51 -07:00
Chris Eppstein
3d1502484c Merge pull request #558 from Methemer/patch-1
converts some code docs to scss.
2011-10-16 11:01:08 -07:00
Scott Davis
616af1c139 Merge pull request #593 from davidchambers/master
Use `transition` shorthand if appropriate
2011-10-11 17:45:41 -07:00
Paul Irish
8ede06f001 more attractive whitespace for prefixed and aligned styles 2011-10-09 08:38:05 -04:00
David Chambers
7c738cd379 css3: use transition shorthand if appropriate (closes #585) 2011-10-06 21:41:41 -07:00
Michael Rykov
e12eb7b6d9 Fix to remove prefix to -moz-user-select values 2011-10-05 00:46:18 -07:00
Chris Eppstein
4c9656f35a Removed UTF-8 Character from the comments. 2011-10-04 13:26:06 -07:00
Methemer
2359f8f213 I think it's time to move to SCSS Format, therefore I would like to start making SASS to SCSS Forks :) 2011-09-19 16:27:35 +03:00
Chris Eppstein
77321fdb80 Revert "Revert "removed useless unit""
This reverts commit f0f4ac9700.
2011-09-16 17:47:08 -07:00
Chris Eppstein
ea10cf43fc Merge branch 'stable'
* stable:
  Use the default compass images directory in the spriting tutorial
  added detail to rhythm-border documentation.
  update PIE.htc to Version 1.0beta5
  update PIE.htc to Version 1.0beta4
2011-09-16 15:21:55 -07:00
Chris Eppstein
37c58300c0 Merge pull request #540 from boriskaiser/stable
update PIE.htc to Version 1.0beta4
2011-09-16 15:19:22 -07:00
Scott Davis
f0f4ac9700 Revert "removed useless unit"
This reverts commit a8ff39a8e4.

This commit was breaking tests
2011-09-12 20:42:33 -04:00
Eric Meyer
7fced9373e added detail to rhythm-border documentation. 2011-09-12 14:38:36 -06:00
Chris Eppstein
edc7942396 Merge branch 'stable'
* stable:
  changelog for user-select
  removed useless unit
  user-select mixin with docs and tests

Conflicts:
	doc-src/content/CHANGELOG.markdown
2011-09-12 13:37:32 -07:00
Eric Meyer
aef3c5a07e Merge branch 'stable' of github.com:chriseppstein/compass into stable 2011-09-12 14:04:24 -06:00
Brikou CARRE
a8ff39a8e4 removed useless unit 2011-09-12 09:34:45 +03:00
Boris Kaiser
6dbce65e32 update PIE.htc to Version 1.0beta5 2011-09-11 09:23:39 +02:00