John Bintz
4dd1223682
add support for alternate file sources for image size analysis
2012-05-25 20:19:00 -04:00
Chris Eppstein
b1c34a24f2
noindex on the beta version of the site.
2012-05-10 14:11:07 -07:00
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
Chris Eppstein
8ded2ee039
mention the css regions support in the changelog.
2012-05-01 09:21:06 -07:00
Chris Eppstein
7cd7d90fd1
Merge remote-tracking branch 'crowchick/stable' into stable
2012-05-01 09:15:22 -07:00
Chris Eppstein
e3d96ee2fa
Fix failing test.
2012-05-01 09:14:40 -07:00
Rachel Nabors
6dd2404378
Adds test css for css regions.
2012-05-01 12:05:35 -04:00
Rachel Nabors
bc3080faf8
updating about text to reflect 2 mixins
2012-05-01 12:05:13 -04:00
Rachel Nabors
5710d6d66e
Changes .target to .new-container for clarity.
2012-05-01 12:01:23 -04: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
a5c8858d27
Adds reference for CSS Regions.
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
23e1155ad6
Adds examples for css regions.
2012-05-01 11:24:20 -04:00
Rachel Nabors
451046848c
Adds test case for css regions.
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
Chris Eppstein
5c44dda6ad
Compass.app costs $10 now.
2012-04-27 08:21:58 -07:00
JohnAlbin
48190e5708
Make the reset partial compatible with the establish-baseline() mixin. Fixes #859 .
2012-04-26 17:47:09 +08:00
Eric Meyer
0de694bd3a
Merge pull request #853 from farmdawgnation/stable
...
[#852 ] Fix ordering of font properties in reset-font for FF's benefit.
2012-04-19 12:50:38 -07: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
81fcd4e2d7
add animations and relative-font-sizing changes to the changelog
2012-04-17 12:56:37 -06: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
Eric Meyer
0e2a5d7579
Merge pull request #848 from JohnAlbin/rhythm-offset
...
Add $offset parameter to rhythm() function.
2012-04-16 11:15:40 -07:00
JohnAlbin
c5041fbcb9
Add $offset parameter to rhythm() function.
2012-04-16 14:20:20 +08:00
Eric Meyer
4f813e30e7
Merge pull request #847 from StanAngeloff/master
...
Turn off $legacy-support-for-ie* for @content within the @keyframes mixin.
2012-04-13 10:23:43 -07: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
56e0dc5b5f
Merge pull request #839 from ai/border_radius_prefixes
...
Border radius prefixes
2012-04-11 09:31:52 -07: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
Scott Davis
0c13d98cb4
Merge pull request #810 from doctyper/prefixed-transition-properties
...
Remove stray commas when default transition properties are used
2012-03-30 06:10:05 -07:00
Scott Davis
bab681a411
Merge pull request #815 from bukhamseen/patch-1
...
Link to sass reference documentation fixed.
2012-03-30 06:08:41 -07:00
Scott Davis
4b126a7264
Merge pull request #820 from piouPiouM/fix-sprite_magic_selector
...
Fixed the sprite Magic Selectors
2012-03-29 05:23:11 -07:00
Mehdi Kabab
5f7473126a
Fixes the sprite Magic Selectors.
2012-03-29 13:42:10 +02:00
bukhamseen
6ae8a0e57a
Link to sass reference documentation fixed.
2012-03-28 02:54:19 +03: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
Chris Eppstein
b107ccbb8e
Merge pull request #808 from joschka/remove-unused-border-radii
...
Remove unused -o-border-radius and -ms-border-radius
2012-03-24 12:21:27 -07:00
Scott Davis
b40fa29e44
global sprite configs for spacing closes #406
2012-03-24 09:10:25 -04:00
Joschka
a4df58d054
Remove unused -o-border-radius and -ms-border-radius
2012-03-24 13:29:05 +01:00
Scott Davis
81d2a44ef4
added current-output-file()
2012-03-23 13:25:54 -04:00