Commit Graph

945 Commits

Author SHA1 Message Date
B Mathis
a3b52a23ee updated gradient example to use sass script color stop function, added radial gradient support 2009-11-21 14:47:32 -06:00
Chris Eppstein
9d8253fa05 Added a color-stop function to simplify the creation of gradients with multiple stop points. 2009-11-21 11:33:18 -06:00
Chris Eppstein
11a354e47e [Compass Core] Added a color-stop function to simplify the creation of gradients with multiple stop points. 2009-11-21 09:26:54 -08:00
B Mathis
483af9ac31 added linear gradient mixin 2009-11-21 11:11:34 -06:00
B Mathis
ec7be709c2 rewrote box shadow to have optional arguments, and defaults 2009-11-21 11:10:23 -06:00
Chris Eppstein
c1052c3d3e Touch up the main README 2009-11-19 11:03:47 -08:00
Chris Eppstein
04f14eb514 Merge branch 'edge'
* edge: (118 commits)
  Make the tests pass in ruby 1.9
  Fix a bug in FSSM for ruby 1.9. Closes GH-48.
  Version bump to 0.9.4
  Update the TODO.
  If a template provides a haml file, it can have compass-enabled sass filters within it.
  Allow vendored frameworks to override built-in frameworks to enable
  [Rails] Allow compass extensions to be stored in the vendor/plugins/compass/extensions directory.
  Fix some issues regarding how the project type configuration gets applied.
  Don't leave directories around after testing.
  Name all configuration sources for debugging purposes.
  [Command Line] Primary commands get special status in the initial help output.
  [Command Line] Access the Sass Repl (sass -i) with the compass environment loaded.
  Separate the project type default configuration from the installer.
  Add config/compass.rb as a known config location. Default to config/compass.rb as the configuration file for rails projects.
  Fix a bug when the welcome message was not provided by an extension template.
  Version bump to 0.9.3
  Starting work on the changelog for 0.10
  Stuff that needs to be done before the next release.
  Help for each template that ships with compass.
  Allow the welcome message to replace the default one instead of just augment it.
  ...

Conflicts:
	CHANGELOG.markdown
	VERSION.yml
	compass.gemspec
	lib/compass/configuration.rb
	lib/vendor/fssm.rb
	lib/vendor/fssm/state.rb
2009-11-19 10:53:20 -08:00
Chris Eppstein
bdd1e2de33 Make the tests pass in ruby 1.9 2009-11-19 02:26:35 -08:00
Chris Eppstein
bad615ef09 Fix a bug in FSSM for ruby 1.9. Closes GH-48. 2009-11-19 02:19:53 -08:00
Chris Eppstein
9e93da16cc Version bump to 0.9.4 2009-11-19 01:38:34 -08:00
Chris Eppstein
63ddf8f09d Update the TODO. 2009-11-19 01:30:41 -08:00
Chris Eppstein
0c2a8a4e21 If a template provides a haml file, it can have compass-enabled sass filters within it. 2009-11-19 01:03:57 -08:00
Chris Eppstein
651bcc9977 Allow vendored frameworks to override built-in frameworks to enable
testing and development.
2009-11-19 00:41:15 -08:00
Chris Eppstein
51315469d8 [Rails] Allow compass extensions to be stored in the vendor/plugins/compass/extensions directory. 2009-11-18 23:44:30 -08:00
Chris Eppstein
0da214a987 Fix some issues regarding how the project type configuration gets applied. 2009-11-18 23:43:33 -08:00
Chris Eppstein
00958c1b24 Don't leave directories around after testing. 2009-11-17 13:47:33 -08:00
Chris Eppstein
bd422403bd Name all configuration sources for debugging purposes. 2009-11-17 08:58:12 -08:00
Chris Eppstein
a281dc1d5f [Command Line] Primary commands get special status in the initial help output. 2009-11-16 17:57:50 -08:00
Chris Eppstein
46ccb5b6e1 [Command Line] Access the Sass Repl (sass -i) with the compass environment loaded. 2009-11-14 10:11:19 -08:00
Chris Eppstein
22cdcf2cb5 Separate the project type default configuration from the installer. 2009-11-14 09:42:37 -08:00
Chris Eppstein
ba33c5a5a6 Add config/compass.rb as a known config location. Default to config/compass.rb as the configuration file for rails projects. 2009-11-14 09:37:36 -08:00
Chris Eppstein
57aae94511 Fix a bug when the welcome message was not provided by an extension template. 2009-11-01 21:08:45 -08:00
Chris Eppstein
9a51c8a9a2 Version bump to 0.9.3 2009-11-01 21:02:40 -08:00
Chris Eppstein
7117f05412 Starting work on the changelog for 0.10 2009-11-01 21:02:25 -08:00
Chris Eppstein
f9caa133f5 Stuff that needs to be done before the next release. 2009-11-01 21:01:59 -08:00
Chris Eppstein
1981e5f2ca Help for each template that ships with compass. 2009-11-01 17:40:50 -08:00
Chris Eppstein
d4f67a315c Allow the welcome message to replace the default one instead of just augment it. 2009-11-01 17:09:44 -08:00
Chris Eppstein
353a225ac5 Allow help, welcome message, and description of an extension to be specified in the manifest file. 2009-11-01 16:49:44 -08:00
Chris Eppstein
8bcdd7360d Each framework pattern can have help now. 2009-11-01 15:26:58 -08:00
Chris Eppstein
9ae53ac72e Move compass/utilities/css3 module to compass/css3 2009-11-01 10:01:29 -08:00
Chris Eppstein
c40982c533 Debug configuration with compass config --debug 2009-11-01 09:59:48 -08:00
Chris Eppstein
d1a6490f2c Make the validator work even when you're not in the project directory. 2009-10-30 09:27:59 -07:00
Chris Eppstein
8c9a7378b7 Version bump to 0.9.2
gem changes for release.
2009-10-30 08:28:21 -07:00
Chris Eppstein
c93b51346a gemspec for edge release. 2009-10-30 08:24:10 -07:00
Chris Eppstein
ca19ea6414 Version bump to 0.9.1 2009-10-30 08:21:34 -07:00
Chris Eppstein
b0637be654 Fix some test errors that occur when gems are missing. 2009-10-30 08:19:44 -07:00
Chris Eppstein
2675f8ed9a CSS Stats for projects so that the complexities can be compared. 2009-10-29 11:35:20 -07:00
Chris Eppstein
7d04f480b9 Make the stats scenario pass now that it's real. 2009-10-29 09:57:15 -07:00
Chris Eppstein
d1e1c1756d New compass subcommand: stats. Emits details about your stylesheets. 2009-10-29 01:39:04 -07:00
Chris Eppstein
0d45a3b4aa Subcommand for writing a configuration file. 2009-10-26 18:52:27 -07:00
Chris Eppstein
dd750391be Subcommand for CSS validation. 2009-10-26 18:52:00 -07:00
Chris Eppstein
149978b4c9 A helper function for capturing the output of a pipe. 2009-10-26 09:24:38 -07:00
Chris Eppstein
a847004811 Test scenario for installing patterns into projects. 2009-10-25 22:18:46 -07:00
Chris Eppstein
04362083d4 Moved some docs into a folder. 2009-10-25 22:17:27 -07:00
Chris Eppstein
3a763d1e91 Fix test failure after fixing the incorrect 'img a' selector 2009-10-25 20:18:47 -07:00
Chris Eppstein
217c522a92 test scenario for the rails project initialization. 2009-10-25 20:15:31 -07:00
Chris Eppstein
c0a3916080 Use rcov to generate a coverage report for tests. 2009-10-25 20:14:09 -07:00
Chris Eppstein
0e244f21c5 Oh look, there's the ruby call I was looking for (exit!) 2009-10-25 20:13:28 -07:00
Beau Smith
adce6a4873 applying border to image element rather than anchor element 2009-10-25 17:22:15 -07:00
Chris Eppstein
bf043c572c Grid image command tests 2009-10-25 10:30:13 -07:00