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
7f756f681a
Don't use methods not available in ruby 1.8.6
2009-11-23 15:16:16 -08: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
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
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
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
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
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
bad615ef09
Fix a bug in FSSM for ruby 1.9. Closes GH-48.
2009-11-19 02:19:53 -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
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
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
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
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
217c522a92
test scenario for the rails project initialization.
2009-10-25 20:15:31 -07:00
Beau Smith
adce6a4873
applying border to image element rather than anchor element
2009-10-25 17:22:15 -07:00
Chris Eppstein
3e99fedab0
Added a watch subcommand. Watching a project can now by done with: compass watch
2009-10-25 00:47:09 -07:00
Chris Eppstein
c8df3f3c42
New subcommand: compile
2009-10-24 17:44:42 -07:00
Chris Eppstein
f9c5644dcc
Ability to create a bare project by passing the --bare option to the create command.
2009-10-24 15:21:08 -07:00
Chris Eppstein
853e97f2e4
[Command Line] Ability to create a bare project with no stylesheets provided.
2009-10-22 09:46:54 -07:00
Chris Eppstein
964304caa4
This fixes a bug in ruby 1.8.7.
2009-10-21 17:59:51 -07:00
Chris Eppstein
8b02a65ab4
Fix bugs in the dry-run mode of project creation.
2009-10-16 17:35:43 -07:00
Chris Eppstein
4c4cc0e55f
Handle a call to the command line with no arguments.
2009-10-16 00:56:16 -07:00
Chris Eppstein
8b5868ca00
Grid image subcommand.
2009-10-05 00:56:49 -07:00
Chris Eppstein
12dcccad5d
Install subcommand.
2009-10-04 22:22:07 -07:00
Chris Eppstein
f16b12e56b
This looks a little better.
2009-10-04 22:18:19 -07:00
Chris Eppstein
b8d380d68c
Version subcommand.
2009-10-04 22:17:56 -07:00
Chris Eppstein
515cdb316e
Help command as a univeral way to access help information. With help for other commands so far.
2009-10-04 15:58:05 -07:00
Chris Eppstein
dedff936b8
Better output for -h, --help and on option parse error.
2009-10-04 13:45:46 -07:00
Chris Eppstein
0fc9a0e3c8
Subcommand UI for project creation and initialization.
2009-10-04 00:33:36 -07:00
Chris Eppstein
4cc569586b
Restructure the existing command line code to allow for the new sub-command based CLI.
2009-09-29 18:35:24 -07:00
Chris Eppstein
772a58de41
Converted the blueprint stylesheets to css-style properties.
2009-09-28 22:34:41 -07:00
Chris Eppstein
e744c1e0db
Convert the compass core framework to css-style property syntax.
2009-09-28 21:52:49 -07:00
Chris Eppstein
e0732c8700
[Compass Core] The enumerate function now accepts an optional argument to specify the separator. Closes GH-46.
2009-09-24 09:06:47 -07:00
Chris Eppstein
7a59888fcb
Don't require an extension to provide a stylesheets directory.
2009-09-12 08:28:38 -07:00
Chris Eppstein
770b3b4fee
[Command Line] Upgrade to FSSM 0.0.6 for bug fixes.
2009-09-05 22:59:30 -07:00
Chris Eppstein
598f850124
Upgrade to FSSM version 0.0.4
2009-09-02 22:42:59 -07:00
Chris Eppstein
6e7f658f3b
Move the frameworks directory into lib/compass per gem packaging best practices.
2009-09-02 21:45:15 -07:00
Chris Eppstein
e6b14cf5bb
Provide a Compass::VERSION constant.
2009-09-02 21:45:14 -07:00
Chris Eppstein
b13fd43a2e
Require relative to the load path instead of using the more convoluted approach of File.join(File.dirname(__FILE__), ...).
...
Also, don't ever muck with the load paths or rubygems without first
trying to require the library without doing so.
2009-09-02 21:45:08 -07:00
Chris Eppstein
60ad1e2425
Move project configuration reading out of the command infrastructure and into the configuration helpers.
2009-09-02 10:47:21 -07:00
Chris Eppstein
54a459f28e
Allow specification of a height for the grid image.
2009-09-01 20:20:53 -07:00
Chris Eppstein
cb45b6d438
Generalized application framework integration. There are three that ship with compass: Merb, Rails, and StandAlone.
...
All application specific behavior is now centralized within the app integration modules.
Plugins can now provide app integration using the --app command line option and by adding the appropriate classes to the compass module tree.
2009-09-01 20:20:23 -07:00
Chris Eppstein
3456f993d4
Merge branch 'master' into edge
...
* master:
[Blueprint] Add mixins for +prepend-top and +append-bottom and corresponding grid classes when generating the css grid classes.
Use FSSM by Travis Tilley to monitor for filesystem changes. On mac this will use filesystem events instead of polling. Fixes an infinite looping issue when compilation errors occur.
2009-08-30 11:53:47 -07:00
Chris Eppstein
005f6d4f36
Use FSSM by Travis Tilley to monitor for filesystem changes. On mac this will use filesystem events instead of polling. Fixes an infinite looping issue when compilation errors occur.
2009-08-30 11:37:52 -07:00
Chris Eppstein
92464c5f6a
More flexible manifests that can see the installation options and might
...
not even have any stylesheets or require a project configuration file.
2009-08-29 15:14:52 -07:00
Chris Eppstein
44e810e840
Allow stand-alone projects to have their own extensions directory.
2009-08-29 15:14:52 -07:00
Chris Eppstein
bc27541378
New framework discovery mechanism: Compass can now load any number of
...
frameworks by passing a directory that contains those frameworks. Each
framework can choose to adhere to the naming convention of providing a
'stylesheets' directory and a 'templates' directory, or it can register
itself by providing a ruby file at one of the following locations:
<plugin>/compass_init.rb
<plugin>/lib/<plugin>.rb
<plugin>/<plugin>.rb
The first file found in the above order will be required. The framework
should register itself there using the Compass::Frameworks.register method.
2009-08-29 15:14:51 -07:00
Chris Eppstein
a0036ec0f1
remove some blank lines.
2009-08-29 15:14:51 -07:00
Chris Eppstein
5d8e8cae02
Fixed bug related to how the project_type was defaulted.
2009-08-29 15:13:51 -07:00
Chris Eppstein
379118cb1e
Don't set the project type explicitly, instead default it to :stand_alone via the configuration object.
2009-08-29 13:20:32 -07:00
Chris Eppstein
dd867d668a
Use the http_stylesheets_path instead of hard coding.
2009-08-29 13:20:32 -07:00
Chris Eppstein
f59ca512ce
Refactor of the internal datastructures used to access project
...
configuration. Configuration is now a singly linked list of configuration objects
that inherit values and defaults from the next configuration instance.
All instances hold a reference to the top of the configuration chain.
There is now a consistent API for reading configuration property values:
<attr>: Reads the fully-resolved attribute after taking
configuration inheritance and defaults into account.
raw_<attr>: reads attribute from a configuration object without
inheritance or defaults.
default_for(<attr>): reads the default value for an attribute
default_for_<attr>: specifies the default value for an attribute.
<attr>_without_default: reads the inherited attribute without applying defaults.
comment_for_<attr>: Specifies a comment that will be emitted above the
property when serializing the configuration to a file.
Additionally, method_missing and respond_to both work down the
configuration chain, so any method that is added to a configuration
instance, can be accessed from the top level.
The distinction between default and explicitly set values allows compass
to more correctly manage the serialization of attributes when creating
configuration files for projects.
The compass configuration can still be accessed via
Compass.configuration, however, the configuration object is no longer a
singleton. This means that you can build several configuration chains
to track several projects at once. This should ease the use of compass
in other frameworks and plugins that want to use compass internally.
2009-08-29 13:20:32 -07:00
Chris Eppstein
ac264606c8
DRY up the loading of the installer modules.
2009-08-29 13:20:32 -07:00
Chris Eppstein
1450f39d8c
Renamed the configuration helper method root_relative to http_root_relative for consistency.
2009-08-29 13:20:32 -07:00
Chris Eppstein
b7ba05f7c1
[Extensions] Compass extensions can now process the content they deliver through ERB.
2009-08-29 13:20:32 -07:00
Chris Eppstein
c9454190e7
[Compass Core] Fixed the append_selector function to allow comma-delimited selectors for both arguments instead of just the first.
2009-08-29 13:20:31 -07:00
Chris Eppstein
f27e184c7f
[Core] The compass configuration class is no longer a singleton. This allows other projects to manage multiple compass projects by creating multiple configurations within the same ruby process.
2009-08-29 13:20:31 -07:00
Chris Eppstein
1a9156c010
[Extensions] Compass extensions can now deliver html into a compass project which can be authored in haml if they prefer.
2009-08-29 13:20:31 -07:00
Jacques Crocker
73158b4c3e
#36 Retain existing Merb::Plugins.config[:sass][:template_location] settings when setting Sass::Plugin.options[:template_location] with Compass defined paths
2009-08-29 13:20:31 -07:00
Jacques Crocker
4ffa08cc42
Fixing Merb Integration (use Merb::Plugins.config instead of Merb::Config)
2009-08-29 13:20:31 -07:00
Chris Eppstein
3681187e6c
Just do a simple require for sass, haml-edge will have to be loaded by the user explicitly if they want that.
...
Fall back to loading rubygems to load sass if it cannot be loaded.
2009-08-29 13:20:31 -07:00
Chris Eppstein
48c7d45c30
[Compass Core] A new helper function stylesheet_url(path) can now be used to refer to assets that are relative to the css directory.
2009-08-29 13:19:36 -07:00
Chris Eppstein
bbe8366350
[Configuration] A more logical and consistent approach to http path locations.
2009-08-29 13:19:36 -07:00
Chris Eppstein
390674ba83
[Configuration] [Command Line] Whether to generate relative links to assets is now controlled by a separate configuration flag and can be set via a command-line switch.
2009-08-29 13:19:36 -07:00
priit.mx.ee
c11be2eac6
Ruby 1.9.1 fix: binding for parse_string
2009-08-22 08:25:39 -07:00
Chris Eppstein
50aa936e02
[Rails] [ Closes #32 ] Don't suggest creating a stylesheet link to partials.
2009-08-22 08:25:32 -07:00
Chris Eppstein
0492fc9969
Binary mode support for proper handling of binary files on Windows.
...
All images will now be installed using binary mode. Additionally, any file can
be installed in binary mode if the manifest specifies the option :binary => true
for that file.
2009-08-16 11:17:27 -07:00