Chris Eppstein
d416ee9ba1
Comment out the blog link for now.
2011-04-17 17:32:07 -07:00
Chris Eppstein
314cce80ce
Merged the v0.11 beta changelog into a single cumulative changelog.
2011-04-17 17:32:07 -07:00
Chris Eppstein
810b95e7f3
Added a mechanism for plugins to extend compass's configuration options.
2011-04-17 11:36:16 -07:00
Chris Eppstein
b1b718e78a
A basic blog for the compass website.
2011-04-17 01:49:19 -07:00
Chris Eppstein
791943e089
Note the new vertical rhythm function in the changelog
2011-04-16 01:23:39 -07:00
Chris Eppstein
9ce8522261
Changelog note for the pixel-based gradients in old webkits.
2011-04-16 01:10:41 -07:00
Chris Eppstein
c252d4b6d7
Note the new grid background module in the changelog.
2011-04-16 00:35:18 -07:00
Chris Eppstein
72434be137
Webkit now supports the css3 official gradient syntax.
2011-04-15 23:16:43 -07:00
Scott Davis
10dd6c1c63
updated docs to be correct for magic selectors
2011-04-13 16:46:01 -04:00
Eric Meyer
e66c822503
add grid-background mixins to layout module, with docs and tests
2011-04-11 19:26:55 -06:00
Chris Eppstein
db9b7ada14
Update changelog for v0.11.beta.6
2011-04-10 14:54:15 -07:00
Chris Eppstein
ad0e172ec3
Allow degrees for linear and radial gradients. Currently no support for SVG gradients using degrees. Partial fix for #303
2011-04-10 14:14:44 -07:00
Chris Eppstein
0eef08e6ce
Remove the css3 background simple bg support and move it to a new mixin called background-with-css2-fallback.
2011-04-02 09:33:09 -07:00
Scott Davis
d2b4ec423f
updated install page to have better installation instructions
2011-04-02 10:58:45 -04:00
Scott Davis
5d2db94bc0
working on lemonade upgrade guide
2011-04-02 10:07:55 -04:00
Scott Davis
428e5b513c
updated spriting turtorial
2011-04-02 08:30:44 -04:00
Scott Davis
da2af62f47
closes #271 - fixed bug that was causing file name to truncate
2011-04-01 10:33:17 -04:00
Chris Eppstein
f2ceec4680
Created a function called css2-fallback($value, $css2-value) that will use the $css2-value in a css2 context and the $value in other contexts.
2011-03-30 14:24:50 -07:00
Jeremy Weiskotten
36b7c25f1b
fix some typos
2011-03-28 23:37:30 -04:00
Chris Eppstein
2521d4dd7b
Fix broken links in the search results page.
2011-03-27 21:16:29 -07:00
Chris Eppstein
b91e669050
Some links on the sprites reference page to related spriting resources.
2011-03-27 19:16:28 -07:00
Scott Davis
a2200b1d83
fixed test
2011-03-26 13:46:36 -04:00
Scott Davis
c2015635dc
added some anchor tags for easy linking
2011-03-25 21:25:27 -04:00
Scott Davis
365fc5d68f
im bad at typing
2011-03-25 19:05:21 -04:00
Scott Davis
3d9365ec48
screwed up a date
2011-03-25 19:02:55 -04:00
Scott Davis
ab04d6fc04
updated docs for magic selectors
2011-03-25 18:51:41 -04:00
Scott Davis
337d4da1ae
updated docs for magic selectors
2011-03-25 18:49:49 -04:00
Chris Eppstein
6d91ecc0ea
Fix broken link
2011-03-25 08:24:07 -07:00
Chris Eppstein
2b5d91fa9d
fix some broken links
2011-03-25 07:58:57 -07:00
Scott Davis
39947f04d0
gemfile.lock
2011-03-25 02:53:52 -04:00
Scott Davis
713ebe1600
added extending section to turtorials
2011-03-25 02:53:25 -04:00
Scott Davis
ca1f13744f
added sprite config options to config reference
2011-03-25 02:18:37 -04:00
Scott Davis
6822db1705
added link to change log
2011-03-25 02:12:49 -04:00
Scott Davis
9540450e25
updated change log
2011-03-25 02:11:03 -04:00
Chris Eppstein
3272dc7e5a
Load extensions found in ~/.compass/extensions, if the directory exists.
2011-03-24 22:57:17 -07:00
Chris Eppstein
0fdf606ad3
Rename Download to Install and spruce up the madlib a bit.
2011-03-21 00:57:22 -07:00
Chris Eppstein
7057f0f5bd
Release documentation.
2011-03-15 17:09:46 -07:00
Eric Meyer
c521908947
Merge branch 'master' of github.com:chriseppstein/compass
2011-02-21 23:23:14 -07:00
Eric Meyer
c5949beca3
bring back (deprecated) legacy reset and legacy docs
2011-02-21 23:22:55 -07:00
Chris Eppstein
3269cbf743
Added docs for the new appearance mixin.
2011-02-21 18:02:18 -08:00
Chris Eppstein
2147240c1d
Changelog entry for delimited-list
2011-02-21 16:46:07 -08:00
Chris Eppstein
5524745b93
changelog entry for the color contrast module.
2011-02-21 13:00:57 -08:00
Chris Eppstein
2b29dd0bbc
Docs for the new contrast module.
2011-02-21 12:49:54 -08:00
Eric Meyer
802bc71c05
Eric Meyers css reset v2.0
2011-02-21 12:31:34 -07:00
Chris Eppstein
beda56a2c8
note the reset-float mixin in the changelog
2011-02-21 09:11:10 -08:00
Chris Eppstein
a83b62fbc3
Update changelog
2011-02-20 10:25:13 -08:00
Chris Eppstein
2fe1c17ac4
Don't rely on global callbacks
2011-02-20 10:16:11 -08:00
Scott Davis
2142430735
Callbacks for the following events:
...
* sprite_saved
* sprite_generated
* stylesheet_saved
* stylesheet_error
From the compass configuration file you can attach code to run when the
event occurs like so:
on_stylesheet_error do |filename, message|
# do something
end
2011-02-20 10:14:34 -08:00
Chris Eppstein
9fd7ac6e52
Update the docs readme to be accurate for recent changes.
2011-02-18 09:48:18 -08:00
Eric Meyer
53e975100b
added vertical-rhythm and docs, moved lists, links and text, all into new typography module
2011-02-17 18:14:40 -07:00
Chris Eppstein
0dc38bc2bb
update gemfile
2011-02-17 16:04:43 -08:00
Chris Eppstein
6f1ea8a651
Update font-face docs
2011-02-01 23:03:12 -08:00
Chris Eppstein
e935d512e7
Update changelog with date.
2011-01-17 13:59:21 -08:00
Chris Eppstein
bf52c76470
Rename the sprite-position mixin in compass/utilities/sprites/base to
...
sprite-background-position in order to avoid a naming conflict with the
older sprite-image module.
2011-01-17 11:54:58 -08:00
Chris Eppstein
0ecdfc4631
make a note about --skip-overrides in the changelog
2011-01-16 15:04:36 -08:00
Chris Eppstein
665241f8cd
don't call the syntax highlighter twice
2011-01-14 18:06:18 -08:00
Chris Eppstein
72435363cd
Link to John's article on the terminal
2011-01-14 18:05:59 -08:00
Chris Eppstein
8519a66a02
Update sass dependency
2011-01-10 10:16:05 -08:00
Chris Eppstein
b9be4702fd
made the stretching example be less lame.
2011-01-10 09:26:34 -08:00
Chris Eppstein
ceeb11ec9a
Guide the new users to some follow up docs.
2011-01-10 08:15:18 -08:00
Chris Eppstein
de99dddebf
Version bump for release
2011-01-09 22:59:23 -08:00
Chris Eppstein
cb7ac80330
New Download page for compass docs
2011-01-09 22:26:47 -08:00
Chris Eppstein
5bc36855bc
fix typo
2011-01-09 22:26:46 -08:00
Brandon Mathis
0ed6525827
Merge branch 'master' of github.com:chriseppstein/compass
2011-01-07 17:45:36 -06:00
Brandon Mathis
f3bcbaee19
added redirect for reference and updated general layouts redirect
2011-01-07 17:45:30 -06:00
Chris Eppstein
2e2b384327
Link to index pages from the search page, link ruby functions to their appropriate compass docs, where they exist.
2011-01-05 09:34:45 -08:00
Chris Eppstein
0fee93ff5b
rename docs to reference
2011-01-04 10:42:19 -08:00
Chris Eppstein
faf769cd39
Better index structure for vars, mixins, and functions.
2011-01-04 10:42:05 -08:00
Chris Eppstein
8a995fe903
homepage copy tweaks
2011-01-04 10:01:46 -08:00
Chris Eppstein
136954561f
Deprecate the blueprint span mixin in favor of the blueprint span function.
2011-01-03 09:35:07 -08:00
Chris Eppstein
2ad47f5c16
Better changelog entry for the new css3 cross browser function support.
2011-01-03 09:29:25 -08:00
Chris Eppstein
48e3825053
Document Sass Functions
2011-01-02 12:34:16 -08:00
Chris Eppstein
068ee421f1
Add docs on the compass cross browser helper functions.
2010-12-31 15:06:41 -08:00
Chris Eppstein
15f760e002
Infrastructure for cross browser support of simple, experimental functions
2010-12-30 12:19:00 -08:00
Jordan Byron
4c289c9db0
Fix typo in css3 image documentation
2010-12-23 13:43:34 -05:00
Chris Eppstein
3c99f5eaa8
Better docs for the images module and deprecated gradients module. Silence deprecation warnings.
2010-12-23 09:40:50 -08:00
Chris Eppstein
1f1d93a072
Touch up these docs based on a review from Brandon.
2010-12-19 20:20:58 -08:00
Chris Eppstein
cb6f130217
Comment out links to missing docs.
2010-12-19 11:20:49 -08:00
Brandon Mathis
2aa2baf16d
Fixed links on contributing to point to other tutorial pages, updated some basic page styles
2010-12-18 22:23:21 -06:00
Brandon Mathis
d8c3c4178a
fixed too many redirects errors
2010-12-18 22:22:36 -06:00
Brandon Mathis
02d6292af6
fixed placeholder js to add classname when placeholder is active. this should allow me to style placeholders with css (allowing for multiple color scheme support) rather than the default assignment of colors via javascript options
2010-12-18 21:53:03 -06:00
Chris Eppstein
50963d7dd2
Fix the url helper in rails2 mode.
2010-12-18 17:17:58 -08:00
Chris Eppstein
2040be4b6c
Smarter sidebar logic
2010-12-18 16:25:49 -08:00
Chris Eppstein
ff6c3a078a
Remove the old redirect system.
2010-12-18 14:29:21 -08:00
Chris Eppstein
7c323feb31
Add an htaccess file so that we can manage redirects.
2010-12-18 14:08:21 -08:00
Chris Eppstein
992eb8dcf5
Make the placeholder attribute work in older browsers.
2010-12-18 13:34:36 -08:00
Chris Eppstein
411adba777
[Docs] Add a link from the example to the reference documentation.
2010-12-18 13:12:11 -08:00
Chris Eppstein
668a856c14
Document that you can read CLI config settings in the configuration reference.
2010-12-18 12:49:21 -08:00
Chris Eppstein
f318e93764
Expose CLI config parameters at configuration parse time.
2010-12-18 11:26:48 -08:00
Chris Eppstein
ec699c42c8
Watch arbitrary files within the compass configuration file.
2010-12-18 00:03:07 -08:00
Brandon Mathis
4abe386847
removed deprecated text shadows from example files and improved text shadow example and box shadow example markup
2010-12-17 22:49:19 -06:00
Brandon Mathis
30f446daa0
fixed font-face issues on headings for docs site
2010-12-15 21:58:18 -06:00
Brandon Mathis
2da5502040
improved syntax highlighting
2010-12-15 18:15:19 -06:00
Brandon Mathis
34f8763b22
added haml/html toggle on examples, improved code styling, added get involved page
2010-12-14 16:44:44 -06:00
Brandon Mathis
e616fa1ea8
updated code styles to support scrolling on pre elementts, improved ipad display with meta view port on all layouts
2010-12-11 14:37:09 -06:00
Brandon Mathis
bc93883499
fixed code styling on examples in docs site
2010-12-10 21:52:18 -06:00
Brandon Mathis
354beb965d
improved the styling for the docs example pages
2010-12-10 18:16:27 -06:00
Brandon Mathis
de3fab45c3
Merge branch 'master' of github.com:chriseppstein/compass
...
Conflicts:
doc-src/content/CHANGELOG.markdown
2010-12-10 18:13:56 -06:00
Brandon Mathis
389ab1b62b
updated changelog with articles for the previous commit
2010-12-10 18:11:51 -06:00
Chris Eppstein
38e13e55e6
Removed deprecated command line options.
2010-12-10 11:32:26 -08:00