Commit Graph

1190 Commits

Author SHA1 Message Date
Chris Eppstein
2103547207 Fix a broken reference to the extensions tutorial. Closes GH-135. 2010-05-15 00:18:34 -07:00
Chris Eppstein
5a1bab4796 [Blueprint] Regression fix: automatically apply the reset if blueprint/reset is imported. Closes GH-132. 2010-05-15 00:18:34 -07:00
Chris Eppstein
9e595a1e89 Fix a failing test case. 2010-05-14 23:29:20 -07:00
Chris Eppstein
869e0bfac7 [Rails] When configuring the Sass::Plugin, don't overwrite existing template locations. Closes GH-136. 2010-05-14 23:29:20 -07:00
Chris Eppstein
9a49c457da [Command Line] Improved descriptions of the watch and init commands. 2010-05-14 23:02:33 -07:00
Chris Eppstein
732fc8f042 [Rails] Improved the next steps to perform after installing compass so that it mentions registering the compass gem. 2010-05-14 23:02:33 -07:00
Chris Eppstein
e796511658 [Rails] Fixed a reference to the old configuration file. 2010-05-14 23:02:33 -07:00
Chris Eppstein
4f2dd8da9e Add a note to the changelog about uninstalling chriseppstein-compass 2010-05-14 23:02:33 -07:00
Nathan Weizenbaum
6ad50ea2d8 Get rid of some dead code that was breaking Rails 3. Closes GH-137. 2010-05-14 17:31:07 -07:00
Chris Eppstein
83a876fbf7 [Command Line] Actually register the subcommand for listing frameworks 2010-05-13 01:10:52 -07:00
Chris Eppstein
cc08b1e5de [Command Line] Add a sub command for emitting sass CLI imports 2010-05-13 00:25:32 -07:00
Chris Eppstein
211e99c90c Every stable release is fine. no need to qualify it. 2010-05-12 10:02:03 -07:00
Chris Eppstein
84cb455c87 [Docs] Put Lorin's video on the homepage. 2010-05-12 10:00:45 -07:00
Chris Eppstein
e2858f8e8c [Rails] Update the rails installer to use the non-beta releases. 2010-05-10 03:05:41 -07:00
Chris Eppstein
8fec36bbf5 [Docs] Unify the v0.10.0 change log. 2010-05-10 03:03:36 -07:00
Chris Eppstein
5397c70e00 Update version and dependency for release. 2010-05-10 00:10:12 -07:00
Chris Eppstein
87b7631fe1 [Docs] Some padding there too. 2010-05-09 23:22:48 -07:00
Chris Eppstein
375937736a [Docs] Add some side margins to the page and some margins to the headings. 2010-05-09 23:18:28 -07:00
Chris Eppstein
c361229ef0 [Docs] Better intro page. 2010-05-09 23:17:49 -07:00
Chris Eppstein
ae231c7f6d Update the CHANGELOG for release. 2010-05-08 23:53:34 -07:00
Chris Eppstein
b550613700 Fix some failing test cases. 2010-05-08 23:53:34 -07:00
Chris Eppstein
5d0454dc02 [Rails] Pass template locations as an array of tuples instead of as a hash to preserve load path ordering.
Closes GH-128.
2010-05-08 23:43:38 -07:00
Chris Eppstein
76a12b4ea2 [CLI] Add the --syntax option to the deprecated CLI for consistency. Closes #114. 2010-05-08 21:46:28 -07:00
Chris Eppstein
5c1e5776bd [Blueprint] Silence some deprecation warnings created by the template file. 2010-05-08 18:18:47 -07:00
Chris Eppstein
d79660bd96 [Docs] Handle + in search queries. 2010-05-08 15:40:07 -07:00
Chris Eppstein
9feb387321 [Docs] Wire up the search feature. 2010-05-08 15:23:07 -07:00
Chris Eppstein
c1c2d133a4 Fix path issue. 2010-05-08 14:12:57 -07:00
Chris Eppstein
b5439e0b25 [Docs] Search the docs. Needs styling and to be wired into the search box. 2010-05-08 11:07:31 -07:00
Chris Eppstein
79c69c77a2 [Docs] Less lorem. 2010-05-08 11:06:23 -07:00
Chris Eppstein
0e096d4f2e [Docs] Add json gem to the bundle 2010-05-08 11:05:58 -07:00
Damien Wilson
6e438b1bce [Docs] Added HTML formatting for syntax highlighting in inline code examples. 2010-05-07 18:10:54 -07:00
Chris Eppstein
b66e94f4b9 Aligning code for the fun of it. 2010-05-07 17:58:22 -07:00
Chris Eppstein
d752338644 This is slightly more readable. 2010-05-07 17:58:05 -07:00
Chris Eppstein
48e6b45159 Fix a file that was incorrectly deprecated. 2010-05-07 17:57:30 -07:00
Chris Eppstein
2c6028a163 [CLI] Enable command abbreviations. 2010-05-07 10:03:42 -07:00
Chris Eppstein
a938f90fbc [Docs] Convert some old syntax 2010-05-07 08:56:53 -07:00
Chris Eppstein
d100cac881 [Docs] Add syntax highlighting to some code examples in the source comments. 2010-05-06 19:08:34 -07:00
Chris Eppstein
c58a9b6263 [Docs] Enable SCSS highlighting using the css highlighter 2010-05-06 19:07:51 -07:00
Chris Eppstein
f728805be3 [Docs] Default the markup to html instead of haml. 2010-05-06 19:07:13 -07:00
Chris Eppstein
6581420d86 [Docs] Make syntax highlighting work again. 2010-05-06 02:22:56 -07:00
Chris Eppstein
85b84a2a14 [Docs] Convert old syntax to sass3 syntax 2010-05-05 22:31:52 -07:00
Chris Eppstein
bdfab1482f [Docs] Some updates to the blueprint and best_practices tutorials. 2010-05-05 09:12:59 -07:00
Chris Eppstein
65ed761447 [Docs] Make the blueprint docs passable. 2010-05-05 00:39:58 -07:00
Chris Eppstein
7fce371c32 [Docs] Don't mislead people about search. 2010-05-05 00:39:12 -07:00
Chris Eppstein
29a9204cf7 Fix the styling of the sidebar on the blueprint layout. 2010-05-05 00:38:25 -07:00
Chris Eppstein
19bf4455f1 [Docs] The url helpers. 2010-05-04 23:45:12 -07:00
Chris Eppstein
c3c0d8a1e8 [Compass Core] Rename -ellipsis to -mozilla-ellipsis-binding to be more accurate. Closes GH-126. 2010-05-04 19:11:53 -07:00
Chris Eppstein
6a14abd9ba [Docs] Document the inline data and selector helper functions 2010-05-04 19:03:55 -07:00
Chris Eppstein
fa3230e802 [Compass Core] Alias headings to headers for w3c compliant terminology 2010-05-04 19:03:55 -07:00
Chris Eppstein
89442c93b1 [Compass Core] Fix a bug that caused quotes strings passed to url() to be wrapped in another set of single quotes. Closes GH-125. 2010-05-04 19:03:23 -07:00