Commit Graph

2616 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
Joschka
a4df58d054 Remove unused -o-border-radius and -ms-border-radius 2012-03-24 13:29:05 +01:00
Chris Eppstein
81b798d631 lock down nanoc because newer versions cause issues. 2012-03-18 22:15:10 -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
8066f984d2 Update changelog. 2012-03-18 14:20:20 -07:00
Chris Eppstein
99d0fe1457 Better description for the --force option. 2012-03-18 14:20:07 -07:00
Chris Eppstein
ba677ad5d2 Add a -I option to the global options so that you can add sass import paths via the CLI. Closes #375. 2012-03-18 14:15:31 -07:00
Chris Eppstein
7ba0d44eaa Make Pathname objects work with add_import_path 2012-03-18 14:14:20 -07:00
Chris Eppstein
b566979180 Allow Importer objects to be placed onto the load path using add_import_path.
Closes #392.
2012-03-18 13:09:31 -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
Chris Eppstein
d63af50ab1 Update README 2012-03-18 02:20:59 -07:00
Chris Eppstein
b9c1497300 Fix failing test. 2012-03-18 01:54:45 -07:00
Chris Eppstein
420026f09c Note new css3 transform support in the changelog. 2012-03-18 01:50:50 -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
dd629b1b23 Extension manager command (a trivial front-end for the gem command) 2012-03-17 17:04:35 -07:00
Chris Eppstein
f673f71275 Ignore pkg files 2012-03-17 17:02:59 -07:00
Chris Eppstein
571960b9fe invalidations 2012-03-17 15:51:13 -07:00
Chris Eppstein
55ff409f5e update gemfile 2012-03-17 15:47:37 -07:00
Chris Eppstein
9a66390150 Homepage ad. 2012-03-17 15:47:37 -07:00
Scott Davis
3b8e43fa58 Merge pull request #792 from mindeavor/stable
Updated legacy staticmatic link
2012-03-15 10:22:34 -07:00