Commit graph

6 commits

Author SHA1 Message Date
taca
a2acb0e6e4 Update ruby-compass to 0.12.2.
0.12.2 (06/24/2012)

* [Vertical Rhythm Module] Removed the $ie-font-ratio constatnt in favor of a
  more clear $browser-default-font-size constant.
* [Vertical Rhythm Module] The establish-baseline mixin now styles the <html>
  element instead of the <body> element. This makes the vertical rhythm module
  work better with rem based measurements.
* [CSS3] Added 3D transform support for Mozillia, IE, and Opera.
* [CSS3] Added -ms support for css3 columns. Add support for the columns
  shorthand property.
* [CSS3] Added -ms and -webkit support for CSS Regions. Docs
* [CSS3] Added mixins for column-break properties to the columns module.
* [CSS3] Added a css3/hyphenation module for the word-break and hyphens
  properties.
* [CSS3] Made the API more consistent across the different mixins in the
  transitions module.
* [CSS3] The text-shadow mixin now supports the spread parameter and it is
  used to progressively enhance browsers that support it.
* [CSS3] Add a mixin for the unofficial filter property. Docs
* [CSS3] Removed the -ms prefix for gradients and transforms. Microsoft took
  so long to release them, that the spec was approved first.
* [CLI] Added a -I option for adding sass import paths via the CLI during
  compilation and project set up.
* [Configuration] For better ruby and rails integration, the add_import_path
  command now accepts Sass::Importer objects and Ruby Pathname objects.
* Reverted the hide-text mixin to the -9999 method. If you prefer the Kellum
  method then you need to set $hide-text-direction to right in your
  stylesheets.
* $legacy-support-for-mozilla can be set to false to disable output for
  Firefox 3.6 or earlier.
* Cleaned up the inline-block mixin to have less output and make the
  vertical-alignment of that mixin configurable or even turned off. Details
* Output of SVG and original webkit gradients is now omitted when using the
  degree-based linear gradient syntax.
* Added a --fonts-dir configuration flag for the compass command line.
* Added tint() and shade() color helper functions, for better
  ligthening/darkening of colors.
2012-09-16 13:37:03 +00:00
taca
c56ecb1356 Update ruby-compass to 0.12.1.
Changes are too many to write here, please refer CHANGELOG:
	http://compass-style.org/CHANGELOG/
2012-03-20 14:00:28 +00:00
taca
d5724b4fa9 Update www/ruby-compass package to 0.11.5.
There is no summry of changes.  Please refer
https://github.com/chriseppstein/compass in detail.
2011-08-13 00:28:13 +00:00
taca
93c7d52638 Update ruby-compass package to 0.11.3.
Changes from 0.10.5 are too many please refer
http://compass-style.org/CHANGELOG/ in detail.
2011-06-19 07:53:07 +00:00
taca
4d894a9db4 Update www/ruby-compass to 0.10.5.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Currently, MASTER_SITES points home page, sigh.
* Add LICENSE.
* Remove default value of GEM_BUILD.
* Update dependency according to gemspec.
* Add CONFLICTS since it will install the same name commands both
  ruby18 and ruby19 based packages.

Changes from 0.8.17 are too many, please refer
http://compass-style.org/docs/CHANGELOG/ for detail.
2010-09-10 12:58:46 +00:00
seb
90c7221aa9 Initial import of ruby-compass version 0.8.17 in the NetBSD
Packages Collection.

Compass is a Sass-based Stylesheet Framework that streamlines the
creation and maintainance of CSS. It allows you to mix and match
any of the following CSS frameworks:  Compass Core, Blueprint, YUI,
960. Other frameworks can be added relatively easily. It integrates
simply with technologies like Rails, Merb, etc.
2009-10-31 19:40:17 +00:00