Path to this page:
Subject: CVS commit: pkgsrc/www/ruby-compass-susy-plugin
From: Takahiro Kambe
Date: 2011-06-19 10:02:21
Message id: 20110619080221.5352B175DD@cvs.netbsd.org
Log Message:
Update ruby-compass-susy-plugin pacakge to 0.9.
Susy Changelog
==============
v0.9 [Apr 25 2011]
------------------
Everything here is about simplicity. Susy has scaled back to it's most basic
function: providing flexible grids. That is all.
Deprecated:
* The `susy/susy` import is deprecated in favor of simply importing `susy`.
* The `show-grid` import is deprecated in favor of CSS3 gradient-based
grid-images. You can now use the `susy-grid-background` mixin. See below.
Removed:
* Susy no longer imports all of compass.
* Susy no longer establishes your baseline and no longer provides a reset.
All of that is in the Compass core. You can (and should!) keep using them, but
you will need to import them from compass.
New:
* Use the `susy-grid-background` mixin on any `container` to display the grid.
This toggles on and off with the same controls that are used by the compass
grid-background module.
v0.9.beta.3 [Mar 16 2011]
-------------------------
Deprecated:
* The `susy/reset` import has been deprecated in favor of the Compass core \
`compass/reset` import.
* The `susy` mixin has been deprecated. If you plan to continue using \
vertical-rhythms, you should replace it with the `establish-baseline` mixin from \
the Compass Core.
Removed:
* The `vertical-rhythm` module has moved into compass core. The API remains the \
same, but if you were importing it directly, you will have to update that \
import.
* The `defaults` template has been removed as 'out-of-scope'. This will not \
effect upgrading in any way, but new projects will not get a template with \
default styles.
New Features:
* Susy now supports RTL grids and bi-directional sites using the \
`$from-direction` variable (default: left) and an optional additional \
from-direction argument on all affected mixins. Thanks to @bangpound for the \
initial implementation.
* Susy is now written in pure Sass! No extra Ruby functions included! Thanks to \
the Sass team for making it possible.
v0.8.1 [Sep 24 2010]
--------------------
* Fixed typos in tutorial and `_defaults.scss`
Files: