Commit Graph

516 Commits

Author SHA1 Message Date
Scott Davis
4e9f7407f9 Remove _ selectors from magic sprite selectors 2012-03-23 11:36:33 -04:00
Chris Eppstein
cf273a7fc1 clean up the docs on input placeholder a bit. 2012-03-18 21:36:16 -07:00
Chris Eppstein
a09b99b6ac Merge remote-tracking branch 'ry5n/support-input-placeholder' 2012-03-18 20:43:23 -07:00
Chris Eppstein
44e8af4ba4 Merge branch 'stable' 2012-03-18 02:50:25 -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
Chris Eppstein
af645fa991 Use placeholder selectors to make the blueprint reset module much cleaner. 2012-03-18 01:45:29 -07:00
Chris Eppstein
7a04b55aca Merge remote-tracking branch 'origin/master'
Conflicts:
	doc-src/content/CHANGELOG.markdown
2012-03-18 00:15:42 -07:00
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
Ryan Frederick
532e857560 Move +input-placeholder to the _user-interface partial. 2012-03-17 17:35:55 -07:00
Scott Davis
d8972f3348 merge from ai moz3d
closes #973 closes #979
2012-03-15 21:17:48 -04:00
Andrey A.I. Sitnik
436a2575e1 Add unsupported yet 3D transformations with -o- prefix 2012-03-16 03:34:53 +04:00
Andrey A.I. Sitnik
439959d47d Add 3D transformations with -ms- prefix 2012-03-16 01:25:37 +04:00
Andrey A.I. Sitnik
c46e3c53ab Add 3D transformations with -moz- prefix 2012-03-15 21:35:17 +04:00
Chris Eppstein
48d532b748 Merge branch 'stable'
Conflicts:
	VERSION.yml
	doc-src/Gemfile.lock
2012-03-14 00:23:50 -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
da6fafee26 Merge branch 'stable' 2012-03-11 21:25:04 -07: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
bb716926ef Merge pull request #739 from zanker/master
Allow numeric filenames in sprites
2012-03-11 19:22:44 -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
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
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