Commit Graph

972 Commits

Author SHA1 Message Date
Chris Eppstein
070675e48a Dollar signs > exclamation marks. 2010-04-24 22:43:58 -07:00
Chris Eppstein
381b36dde9 fix a bug in the doc generator introduced in the conversion to scss. 2010-04-24 22:43:10 -07:00
Chris Eppstein
0661f8e305 Docs for sticky footer. 2010-04-24 16:59:10 -07:00
Chris Eppstein
fe30041946 Deprecate the misc stylesheet and unobtrusive-logo mixin. 2010-04-24 16:59:06 -07:00
Chris Eppstein
d66687eace search paths first, then extensions when searching for a matching stylesheet. 2010-04-24 16:59:06 -07:00
Chris Eppstein
6dbee67bb0 Move examples to the new layout. 2010-04-24 10:43:32 -07:00
Chris Eppstein
b2a9eab211 Move the tutorials to the new layout. 2010-04-24 10:03:34 -07:00
Chris Eppstein
99f797127f clean up the reference documentation with new layout and after sass3 upgrade. 2010-04-22 08:30:50 -07:00
Chris Eppstein
c7d274394b More nav context awareness 2010-04-21 09:37:02 -07:00
Chris Eppstein
523f742ca9 don't put the extension in the suggested import statement. 2010-04-21 09:09:10 -07:00
Chris Eppstein
5407cd4fb7 nav context selection 2010-04-21 09:03:13 -07:00
Chris Eppstein
34fe52c116 get blueprint on the new layout. 2010-04-20 23:33:48 -07:00
Chris Eppstein
8a01916356 Some new sidebar action 2010-04-20 22:43:25 -07:00
Chris Eppstein
bf83b2d5b3 Getting started with the new layout:
* Added susy and css-slideshow
* Converted legacy css to scss, moved it and updated reference.
* extracted some javascript to a file so it can be shared.
2010-04-20 11:16:43 -07:00
Chris Eppstein
fe94d093cb Update the docs bundle 2010-04-20 11:16:43 -07:00
Chris Eppstein
a28a1e2646 Old habits die hard. 2010-04-20 11:16:19 -07:00
Chris Eppstein
1ab4a2de1a Ignore built gem files. 2010-04-20 11:16:19 -07:00
Chris Eppstein
64fe16fd0f [Blueprint] Disambiguate the right margin expression from the top margin value in the push-margins mixin. 2010-04-16 10:50:08 -07:00
Chris Eppstein
cb1916e498 This works around an scss parser bug for now 2010-04-15 22:24:13 -07:00
Chris Eppstein
0caa2d2d00 Formatting cleanup 2010-04-15 22:23:14 -07:00
Chris Eppstein
b7202bbb75 [Command Line] The help command was not including the global options 2010-04-13 19:58:12 -07:00
Chris Eppstein
20c2c05a1d Reformat some scss -- trying to find a code formatting style that doesn't make my eyes bleed. 2010-04-13 10:04:43 -07:00
Chris Eppstein
ae6bb46f12 [Compass Core] New function called headers() that generates header selectors. 2010-04-13 10:02:55 -07:00
Chris Eppstein
6c2ff7f9d9 Removed a couple of non-checked-in files from the gemspec. 2010-04-13 08:15:49 -07:00
Chris Eppstein
39bc3f6976 Remove files that are not in the repo from the gemspec 2010-04-13 06:59:25 -07:00
Chris Eppstein
75c62aaf49 Manage example extensions better. 2010-04-13 06:58:53 -07:00
Chris Eppstein
73c355c594 Record current revision for release. 2010-04-13 01:25:20 -07:00
Chris Eppstein
6faed2049c Regenerated gemspec for version 0.10.0.rc3 2010-04-13 01:25:12 -07:00
Chris Eppstein
a2a3922781 Update changelog 2010-04-13 01:24:00 -07:00
Chris Eppstein
96fda293e1 bump version 2010-04-13 01:21:04 -07:00
Chris Eppstein
0b994f3832 [Compass Core] Fix a bug in the enumerate() function that was introduced during upgrade to sass 3. Added a test case that would have caught the regression. 2010-04-13 01:06:56 -07:00
Chris Eppstein
767882f10a Add a note in the extensions document about not specifying extensions in imports. 2010-04-13 01:03:27 -07:00
Eric Meyer
84992100ea Correctly set the syntax of extension templates when converting them to the users preferred syntax. 2010-04-12 19:25:35 -06:00
Chris Eppstein
038a88b59b Update gemspec 2010-04-12 03:19:02 -07:00
Chris Eppstein
9807b76092 [Compass Core] Use the font url location in the font face mixin too. Closes #108. 2010-04-12 03:03:43 -07:00
Chris Eppstein
28731c499a [Compass Core] import the min utility into general utilities. 2010-04-12 03:00:19 -07:00
Chris Eppstein
ec681c87a3 [Blueprint] Allow liquid grid constants to be overridden. Closes #110. 2010-04-12 02:55:47 -07:00
Chris Eppstein
21390baacd Upgrade doc dependencies. 2010-04-12 02:47:08 -07:00
Chris Eppstein
cd78ca56c4 Upgrade docs to work on sass 3 2010-04-12 02:46:33 -07:00
Chris Eppstein
09abca682c The sass bug that prevented this from being scss has been fixed. 2010-04-12 02:45:35 -07:00
Chris Eppstein
45a9b1c255 Update CHANGELOG 2010-04-12 00:40:08 -07:00
Chris Eppstein
9120eb72ae Bump version for release. 2010-04-12 00:14:12 -07:00
Chris Eppstein
c8e1b4f606 Depend on haml 3.0 2010-04-12 00:13:49 -07:00
Chris Eppstein
12ee5d1ab0 Don't put bootstrapped files from examples in the gem. 2010-04-12 00:12:35 -07:00
Chris Eppstein
5e680ad27b Fix broken tests. 2010-04-11 21:19:22 -07:00
Chris Eppstein
d181e4aeeb Fix for a small change to the Sass API. 2010-04-11 21:10:11 -07:00
Chris Eppstein
2680d23190 New CLI option --syntax (-x) and configuration option (preferred_syntax) that govern what sass syntax is used when adding stylesheets to a project. 2010-04-11 20:14:52 -07:00
Chris Eppstein
2eda8a6822 Convert examples to scss. 2010-04-11 03:47:50 -07:00
Chris Eppstein
385ae3db82 upgrade test fixtures to sass 3 syntax 2010-04-11 03:47:50 -07:00
Chris Eppstein
f7abcb4b98 [Blueprint] Convert to SCSS 2010-04-11 03:47:46 -07:00