Eric Meyer
8c3dac2d26
merge stable into master
2012-05-04 16:10:57 -06:00
Eric Meyer
105087721e
Merge pull request #861 from JohnAlbin/reset-with-vertical-rhythm
...
Make the reset partial compatible with the establish-baseline() mixin.
2012-05-03 18:03:53 -07:00
Rachel Nabors
387e8a8cc2
takes care of that pesky that should be
2012-05-01 11:53:31 -04:00
Rachel Nabors
e093cd2c84
imports css regions into css3 stylesheet.
2012-05-01 11:50:30 -04:00
Rachel Nabors
f69219716f
cleans up missed var.
2012-05-01 11:24:20 -04:00
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
275bb0762f
merge from stable branch
2012-04-27 16:03:38 -06: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
JohnAlbin
48190e5708
Make the reset partial compatible with the establish-baseline() mixin. Fixes #859 .
2012-04-26 17:47:09 +08: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
Eric Meyer
1f222fc19f
Merge pull request #844 from ericam/master
...
establish relative font size when $relative-font-size
2012-04-17 11:42:35 -07:00
JohnAlbin
c5041fbcb9
Add $offset parameter to rhythm() function.
2012-04-16 14:20:20 +08:00
Stan Angeloff
cab02128a7
Turn off legacy IE support in @keyframes.
...
This commit turns off $legacy-support-for-ie* for @content within the
@keyframes mixin.
If a project has legacy IE support turned on, certain mixins add property
definitions which are not affected by $experimental-support-for-*. One
such mixin is @opacity with will add a `filter:` property.
Because IE 6, 7 and 8 do not support CSS animations and keyframes, we can
safely turn off the support and restore to its previous values once we are
done rendering the @keyframes @content.
2012-04-13 19:56:27 +03:00
Eric Meyer
17676c6a05
Merge pull request #840 from ai/box_column
...
Box column
2012-04-12 10:59:59 -07:00
Eric Meyer
18de15a157
establish relative font-size when $relative-font-sizing == true
2012-04-11 15:49:41 -06: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
Andrey A.I. Sitnik
d3ccac2bbf
Remove unnecessary -o prefix for column
2012-04-08 15:58:33 +04:00
Andrey A.I. Sitnik
3976a9f344
Remove unnecessary vendor prefixes in border-radius
2012-04-08 15:47:17 +04:00
Eric Meyer
9b924243ff
animation module with docs and simple test
2012-04-01 15:59:12 -06:00
Richard Herrera
8a45ed8961
Addresses Issue #805 : Stray commas added when default transition values are used. Test case included.
2012-03-24 13:07:00 -07:00
Joschka
a4df58d054
Remove unused -o-border-radius and -ms-border-radius
2012-03-24 13:29:05 +01:00
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
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
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