Commit Graph

884 Commits

Author SHA1 Message Date
Chris Eppstein
918af79a62 Don't need to require local extensions. 2009-11-27 11:42:36 -08:00
Chris Eppstein
694c04d0e1 Make sure we have the external dependencies for building the susy and compass examples. 2009-11-27 11:41:58 -08:00
Chris Eppstein
b894d752c7 Silence deprecation warning 2009-11-25 22:57:52 -08:00
Chris Eppstein
7da41d027a [Compass Core] +font-face mixin uses stylesheet_url to form urls relative to the css directory. 2009-11-25 22:55:42 -08:00
Eric Meyer
d6b170b851 css3 transitions sass 2009-11-25 17:32:15 -07:00
Eric Meyer
21dee4e75e css3 transition mixins 2009-11-25 17:22:24 -07:00
Eric Meyer
caf99cc98c css3 transform mixins 2009-11-25 15:05:11 -07:00
Eric Meyer
f7f188ec45 fixed example to match recommendation 2009-11-24 17:20:14 -07:00
Eric Meyer
d985773b96 !postscript = false / not !false 2009-11-24 17:14:13 -07:00
Eric Meyer
f37a7414c5 typos in font_files function and include 2009-11-24 13:18:21 -07:00
Eric Meyer
a1c976bbcb added font-face mixin with font_files function 2009-11-24 13:12:31 -07:00
Chris Eppstein
86b78ff401 Fix test failure. 2009-11-24 10:36:51 -08:00
Chris Eppstein
43c19f7315 [Blueprint] Fixed clipping of ordinals for IE in an ordered list.
Port of blueprint commit 016c9114f1aa91f84c3d68f3be9a97a114334d84
2009-11-24 09:51:17 -08:00
Chris Eppstein
19ceefe899 [Blueprint] When using the RTL plugin, columns are now text-align:right.
Ported from blueprint commit 9be685760014b3258dcd83913b9b19f130551b2f
2009-11-24 09:51:17 -08:00
Chris Eppstein
ebaf655bb6 [Blueprint] Add visibility:hidden to hr.space and +colspacer so it's useful outside of white backgrounds
Port of blueprint commit 414d9242c3b3ffdf5e2d90a84c87a4c4c711a135
2009-11-24 09:51:10 -08:00
Chris Eppstein
27e1bf4b0f Fix grid builder to properly generate png
Port of blueprint commit eb58cdef26ea537cc65f842c7675c6575575f6c0
2009-11-24 09:30:22 -08:00
Chris Eppstein
b8b43c3ebc [Blueprint] Password inputs now the same style as regular text inputs
Port of blueprint d77e914e85669ff9f05034e51d4d6d8a9dba2fa9
2009-11-24 09:23:48 -08:00
Chris Eppstein
9b8830b891 [Tests] Process expected result files thru erb to account for more transient behaviors across different systems. 2009-11-24 08:29:02 -08:00
Chris Eppstein
f312a24012 fix broken test. 2009-11-24 08:06:20 -08:00
Eric Meyer
71a7ae3845 added susy reguire to example config 2009-11-23 18:04:43 -07:00
Chris Eppstein
7f756f681a Don't use methods not available in ruby 1.8.6 2009-11-23 15:16:16 -08:00
Eric Meyer
f89515dd79 added the susy demo html 2009-11-23 12:39:20 -07:00
Eric Meyer
2b8c14082c added imports for new CSS3 mixins 2009-11-23 11:59:51 -07:00
Eric Meyer
0df5a8cf47 added css3 background-size mixin 2009-11-23 11:55:38 -07:00
Eric Meyer
e890332344 added css3 background-origin mixin 2009-11-23 11:45:31 -07:00
Eric Meyer
dd829cd48c added css3 background-clip mixin 2009-11-23 11:43:58 -07:00
Eric Meyer
568c9618c2 added susy example 2009-11-23 10:45:47 -07:00
Eric Meyer
5d812effd6 Merge branch 'edge' of git://github.com/imathis/compass into edge 2009-11-23 10:40:19 -07:00
Chris Eppstein
67a7a37b42 Changes for blueprint commit 9be685760014b3258dcd83913b9b19f130551b2f 2009-11-22 22:14:18 -08:00
Chris Eppstein
81942836d0 A workaround is better than nothing I guess. 2009-11-21 18:50:41 -08:00
Enrico Bianco
3a25a83040 [Blueprint] Ensure that the blueprint-inline-form mixin is applied to form.inline when using blueprint-scaffolding. Fixes some alignment issues in the inline form example 2009-11-21 15:33:16 -08:00
Chris Eppstein
f7aa26c58e Add a test case for relative asset handling. 2009-11-21 13:29:16 -08:00
Chris Eppstein
382388b029 Move some sass code to where it should be for this welcome page. 2009-11-21 13:20:21 -08:00
Chris Eppstein
b69138059a [Blueprint] Moved the blueprint/modules/*.sass files to blueprint/*.sass. Old imports are still supported but are deprecated. 2009-11-21 13:19:18 -08:00
B Mathis
8ab06aa183 added box shadow and text shadow to default css3 partial 2009-11-21 15:07:41 -06:00
B Mathis
31dab72ff3 added text shadow mixin 2009-11-21 15:06:00 -06:00
B Mathis
4b26355dc0 fixed variables in box shadow mixin 2009-11-21 15:05:43 -06:00
B Mathis
858227ab0f fixed typo on box_shadow mixin 2009-11-21 14:57:10 -06:00
B Mathis
8ddebad39d added example to demonstrate and test gradient mixin 2009-11-21 14:50:42 -06:00
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