Chris Eppstein
ce7bbd0535
fix test for small change to the pie module.
2010-11-21 15:59:37 -08:00
Chris Eppstein
6d8104e0ad
Fix bad filename
2010-11-21 15:59:37 -08:00
Chris Eppstein
9a34f3209d
Fix bug in pie-element
2010-11-21 15:59:37 -08:00
B Mathis
df908d3854
improved docs theming framework
2010-11-21 17:33:58 -06:00
Chris Eppstein
f1a6e280c1
Some adjustments to the PIE module from Jason's code review.
2010-11-20 20:34:44 -08:00
Chris Eppstein
a4774bdf32
A special require for rails.
2010-11-20 10:54:53 -08:00
Chris Eppstein
99f3e959ac
Don't need this to get rails to boot compass after all
2010-11-20 10:15:17 -08:00
Chris Eppstein
f9e92facf6
Don't use deprecated apis in the blueprint templates.
...
Closes GH-221.
2010-11-20 09:32:13 -08:00
Irina Dumitrascu
15a3ede491
Gradients - fix Opera's bug on gradient + border
...
* This fixes Opera's gradient background bug when the container has border.
It is still displayed wrong as the gradient is repeated towards the end.
* Firefox and Webkit ignore background-size
* IE9 displays correctly
2010-11-20 09:22:39 -08:00
Sven Steinheißer
3ad9c764c2
Added font configuration options to configuration reference
2010-11-20 09:18:16 -08:00
Chris Eppstein
f61e50e229
Add upgrading documentation on gradients.
2010-11-20 09:11:58 -08:00
Chris Eppstein
1d7882b9e6
Deprecate the CSS3 Gradient module.
2010-11-20 09:10:41 -08:00
Chris Eppstein
928bf675c2
CSS3 PIE module.
2010-11-20 08:31:38 -08:00
Chris Eppstein
88275d1281
Add beta indicator for new modules
2010-11-20 08:26:32 -08:00
Chris Eppstein
6553e06db6
Allow erb processing of non all non-binary filetypes.
2010-11-20 08:24:29 -08:00
Chris Eppstein
f5d83bb429
Fix typos
2010-11-20 08:24:28 -08:00
Chris Eppstein
dd215cbcca
Mixin for the background property to support gradients, multiple bgs, etc.
2010-11-20 08:24:28 -08:00
Chris Eppstein
889580d9d8
Fix a bug in the stylesheet_url helper
2010-11-20 08:24:28 -08:00
Chris Eppstein
2607b515b9
Fix copy & paste error.
2010-11-20 08:24:28 -08:00
B Mathis
f959baacca
removed old docs stylesheets
2010-11-16 23:04:05 -06:00
B Mathis
37a6555fd3
improved styling for docs
2010-11-16 23:03:42 -06:00
Chris Eppstein
dabd4f6f9d
Rails gives us a pathname, pathnames don't like =~
2010-11-15 18:01:04 -08:00
Chris Eppstein
7835b12ce3
depend on the latest haml
2010-11-15 18:00:25 -08:00
Chris Eppstein
38560eadd9
Getting close.
2010-11-15 17:44:23 -08:00
Chris Eppstein
7eb7eff7f7
Fix the version display
2010-11-15 17:41:18 -08:00
Chris Eppstein
5f11b126e6
Touch up docs
2010-11-15 17:41:03 -08:00
Chris Eppstein
b49f2c7b0b
On the subject of upgrading.
2010-11-15 17:30:23 -08:00
Chris Eppstein
b43ba6bfe0
Numerous small changes to the transform module.
2010-11-15 17:30:00 -08:00
Chris Eppstein
46eb667837
Allow inspection of list size
2010-11-15 17:28:20 -08:00
Chris Eppstein
cac1bf915f
Doc cleanup
2010-11-15 17:27:46 -08:00
Chris Eppstein
61bc027ee9
Polish up the transform module. Changed variable names to use hyphens for each dimension.
2010-11-15 16:03:28 -08:00
Chris Eppstein
33f5befbff
fixed broken mixin
2010-11-15 16:02:37 -08:00
B Mathis
53d5496616
renamed default variable in has-layout mixin to more appropriate name $approach
2010-11-15 14:42:36 -08:00
Chris Eppstein
3699065086
Use a javascript based syntax highlighter.
2010-11-15 14:41:45 -08:00
Chris Eppstein
897f307051
Layout the comments better.
2010-11-15 13:53:52 -08:00
Chris Eppstein
1286fceab0
Clean up the nav and main css3 page a bit
2010-11-15 13:53:36 -08:00
Chris Eppstein
e41662e3ce
Discuss comments.
2010-11-15 12:55:09 -08:00
Chris Eppstein
b5f748d149
Remove this link
2010-11-15 12:54:37 -08:00
Chris Eppstein
35cb65786c
generate docs on the css3 images module.
2010-11-15 03:55:09 -08:00
Chris Eppstein
934df798a8
Use some of the new compass helpers to clean up this code.
2010-11-15 03:55:09 -08:00
Chris Eppstein
d4a0484922
Return false if no false value is provided.
2010-11-15 03:55:09 -08:00
Chris Eppstein
2cff4cc775
start working on upgrade docs.
2010-11-15 03:55:09 -08:00
Chris Eppstein
08d7957c77
Update the changelog and add an upgrading guide.
2010-11-15 03:55:09 -08:00
Chris Eppstein
c7613b4534
Add a changelog note on the new compass helpers for gradients. No docs on them because they're mostly internal and they match the official CSS syntax.
2010-11-15 03:55:09 -08:00
Chris Eppstein
c4de9a3a85
Deprecate the radial-gradient mixin, linear-gradient mixin, and add
...
deprecation notices to the changelog.
2010-11-15 03:55:09 -08:00
Chris Eppstein
d7da056fb1
Add a new configuration property to disable sass warnings: disable_warnings
2010-11-15 03:55:09 -08:00
Chris Eppstein
ca7563e3ba
Better argument names for the columns module, tests for the columns module, accept space separated args for the column-rule mixin.
2010-11-15 03:52:33 -08:00
B Mathis
2a7a7498cf
updated changelog to indicate changes to the box-shadow and text-shadow mixin defaults
2010-11-15 03:52:32 -08:00
B Mathis
2f104274e2
defaults for text-shadow and box-shadow are better
2010-11-15 03:52:32 -08:00
Chris Eppstein
1ac8e9e24d
Handle gradients with those crazy extra arguments in them.
2010-11-15 03:52:32 -08:00