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
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