Commit Graph

512 Commits

Author SHA1 Message Date
Rachel Nabors
55d9176b44 Sorting out the targets from the sources. 2012-05-01 11:24:20 -04:00
Rachel Nabors
71b1cd9aae Adds experimental CSS region
As seen in http://css-tricks.com/content-folding/ Only good for use w/
IE and Webkit right now. Too early for official implementation even.
2012-05-01 11:24:20 -04:00
Eric Meyer
41b84a5ab1 Merge branch 'stable' of https://github.com/chriseppstein/compass into stable 2012-04-27 15:47:04 -06:00
Eric Meyer
4d3448c673 +has-layout-zoom ignores $legacy-support-for-ie8 (*hack doesn't effect IE8 anyway) 2012-04-27 15:45:30 -06:00
Matt Farmer
bfb2ebe88b Fix ordering of font properties in reset-font for FF's benefit.
Firefox gets persnickety about how regular CSS properties and shorthand properties
interact, specifically specifying a shorthand version after the regular property
causes the regular property to be overriden. Closes GH-852.
2012-04-19 15:47:27 -04:00
JohnAlbin
c5041fbcb9 Add $offset parameter to rhythm() function. 2012-04-16 14:20:20 +08:00
Eric Meyer
c00ae82595 final official link to webkit appearance values 2012-04-10 17:57:23 -06:00
Eric Meyer
2af118ec83 update -webkit-appearance link 2012-04-10 17:44:56 -06:00
Eric Meyer
6ad3bd73a7 update documentation for appearance module 2012-04-10 17:33:07 -06:00
Joschka
a4df58d054 Remove unused -o-border-radius and -ms-border-radius 2012-03-24 13:29:05 +01:00
Chris Eppstein
1aca960401 Iterate on the doc changes for the reset-baseline mixin 2012-03-18 15:18:01 -07:00
JohnAlbin
3f96108688 Update docs for reset-baseline() in vertical_rhythm partial. 2012-03-18 15:14:26 -07:00
Chris Eppstein
a9317f0d7b Add -ms support for css3 columns. Add support for the columns shorthand property. 2012-03-18 02:48:10 -07:00
Andrey A.I. Sitnik
6165057a80 Add 3D transformations with -moz, -ms, and -o prefixes. 2012-03-18 01:48:24 -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
7bb8c8ee29 Merge pull request #778 from JohnAlbin/vert-rhythm-codestyle-3
Rename $leader variable in vertical_rhythm's leader() and trailer() mixins
2012-03-13 22:52:20 -07:00
Chris Eppstein
c1820cc611 Merge pull request #777 from JohnAlbin/vert-rhythm-codestyle-2
Simplify code in vertical_rhythm's adjust-leading-to() using rhythm() function
2012-03-13 22:40:31 -07:00
JohnAlbin
e92d63fd21 Round px values in rhythm() function of vertical_rhythm partial.
Also simplify code for vertical_rhythm's leader and trailer mixins.

Alternate to the pull-request in #778
2012-03-14 03:14:45 +08:00
JohnAlbin
a1ff692e58 Simplify code in vertical_rhythm's adjust-leading-to() using rhythm() function. 2012-03-13 17:19:10 +08: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
d871d77759 Remove import of the removed gradient module. 2012-03-11 20:55:47 -07:00
Chris Eppstein
2072cac4cb Remove deprecated gradient mixins and 2012-03-11 20:49:15 -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
32d8517f32 Add the squish text mixin for hiding text in inline elements. 2012-03-11 17:48:00 -07: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
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
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
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
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
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
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