The Antares release is coming along nicely. I took some time off from work and had about 4 dedicated days this last week to work on compass.
This release is a preview release for those who would like to test drive the new features and provide testing and feedback.
Summary of changes: * Blueprint Port upgraded to Blueprint v1.0 * Major CSS3 Module Updates to Shadows, Gradients, and Transforms * Better Rails 3 Integration * New layout module: Stretching
The Antares docs are here: http://beta.compass-style.org/docs/. Thanks to a suggestion from John Long, each page on the docs has comments now. If you see a problem in the docs, or have a suggestion for how to make that page better, please leave a comment. You can also add information about browser support, tricks, tips, etc.
Thanks to Irina Dumitrascu, we now have SVG based gradients, which makes the compass gradient mixins now support IE9, Webkit, Firefox, and Opera. And thanks to some clever coding on my part, the gradients are now declared with functions and applied to different properties with mixins. Just like in CSS, but without any prefix hell.
I have just upgraded to v0.11. When creating new project using blueprint ($ compass create myproj --using blueprint) there is warning message:
WARNING: It is no longer necessary to pass any argument to the blueprint-scaffolding mixin. on line 22 of /home/maxim/.gem/ruby/1.9.1/gems/compass-0.11.alpha.0/frameworks/blueprint/ stylesheets/blueprint/_scaffolding.scss, in `blueprint-scaffolding' from line 20 of /home/maxim/projects/client_xch/sass/screen.scss
So I think the default screen.scss should be updated.
On 16 November 2010 07:09, Chris Eppstein <ch...@eppsteins.net> wrote:
> The Antares release is coming along nicely. I took some time off from work > and had about 4 dedicated days this last week to work on compass. > This release is a preview release for those who would like to test drive the > new features and provide testing and feedback. > Summary of changes: > * Blueprint Port upgraded to Blueprint v1.0 > * Major CSS3 Module Updates to Shadows, Gradients, and Transforms > * Better Rails 3 Integration > * New layout module: Stretching > The Antares docs are here: http://beta.compass-style.org/docs/. Thanks to a > suggestion from John Long, each page on the docs has comments now. If you > see a problem in the docs, or have a suggestion for how to make that page > better, please leave a comment. You can also add information about browser > support, tricks, tips, etc. > Read the changelog: http://beta.compass-style.org/docs/CHANGELOG/ > The part that I'm most happy with in this release are the new > gradients: https://gist.github.com/676260 > Thanks to Irina Dumitrascu, we now have SVG based gradients, which makes the > compass gradient mixins now support IE9, Webkit, Firefox, and Opera. And > thanks to some clever coding on my part, the gradients are now declared with > functions and applied to different properties with mixins. Just like in CSS, > but without any prefix hell. > Compass is great because of fine people like yourself trying things and > reporting bugs. It's easy to upgrade and then downgrade again if things > don't work out for you. So don't be > scared: http://beta.compass-style.org/docs/tutorials/upgrading/im-scared/ > If you find any bugs, please report > them: https://github.com/chriseppstein/compass/issues > Thanks to all the contributors in this release: Eric & Brandon, Irina, Steve > Wong, and other who contributed bug fixes and doc patches. > Here's what the future holds: https://gist.github.com/670425 > Happy Styling! > Chris
> -- > You received this message because you are subscribed to the Google Groups > "Compass" group. > To post to this group, send email to compass-users@googlegroups.com. > To unsubscribe from this group, send email to > compass-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/compass-users?hl=en.
> The Antares release is coming along nicely. I took some time off from work
> and had about 4 dedicated days this last week to work on compass.
> This release is a preview release for those who would like to test drive the
> new features and provide testing and feedback.
> Summary of changes:
> * Blueprint Port upgraded to Blueprint v1.0
> * Major CSS3 Module Updates to Shadows, Gradients, and Transforms
> * Better Rails 3 Integration
> * New layout module: Stretching
> The Antares docs are here:http://beta.compass-style.org/docs/. Thanks to a
> suggestion from John Long, each page on the docs has comments now. If you
> see a problem in the docs, or have a suggestion for how to make that page
> better, please leave a comment. You can also add information about browser
> support, tricks, tips, etc.
> Thanks to Irina Dumitrascu, we now have SVG based gradients, which makes the
> compass gradient mixins now support IE9, Webkit, Firefox, and Opera. And
> thanks to some clever coding on my part, the gradients are now declared with
> functions and applied to different properties with mixins. Just like in CSS,
> but without any prefix hell.
maxim@maxim-laptop:~$ compass version Compass 0.11.alpha.0 Copyright (c) 2008-2010 Chris Eppstein Released under the MIT License. maxim@maxim-laptop:~$ cd projects/ maxim@maxim-laptop:~/projects$ compass create myproj --using blueprint directory myproj/ directory myproj/images/ directory myproj/sass/ directory myproj/sass/partials/ directory myproj/stylesheets/ create myproj/config.rb create myproj/sass/screen.scss create myproj/sass/partials/_base.scss create myproj/sass/print.scss create myproj/sass/ie.scss create myproj/images/grid.png create myproj/stylesheets/ie.css WARNING: It is no longer necessary to pass any argument to the blueprint-scaffolding mixin. on line 22 of /var/lib/gems/1.9.1/gems/compass-0.11.alpha.0/frameworks/blueprint/styleshe ets/blueprint/_scaffolding.scss, in `blueprint-scaffolding' from line 20 of /home/maxim/projects/myproj/sass/screen.scss
> I probably should have noted that you need to install the gem a little > differently:
> $ (sudo) gem install compass --pre
> chris
> On Nov 15, 9:09 pm, Chris Eppstein <ch...@eppsteins.net> wrote: >> The Antares release is coming along nicely. I took some time off from work >> and had about 4 dedicated days this last week to work on compass.
>> This release is a preview release for those who would like to test drive the >> new features and provide testing and feedback.
>> Summary of changes: >> * Blueprint Port upgraded to Blueprint v1.0 >> * Major CSS3 Module Updates to Shadows, Gradients, and Transforms >> * Better Rails 3 Integration >> * New layout module: Stretching
>> The Antares docs are here:http://beta.compass-style.org/docs/. Thanks to a >> suggestion from John Long, each page on the docs has comments now. If you >> see a problem in the docs, or have a suggestion for how to make that page >> better, please leave a comment. You can also add information about browser >> support, tricks, tips, etc.
>> Thanks to Irina Dumitrascu, we now have SVG based gradients, which makes the >> compass gradient mixins now support IE9, Webkit, Firefox, and Opera. And >> thanks to some clever coding on my part, the gradients are now declared with >> functions and applied to different properties with mixins. Just like in CSS, >> but without any prefix hell.
>> Compass is great because of fine people like yourself trying things and >> reporting bugs. It's easy to upgrade and then downgrade again if things >> don't work out for you. So don't be scared:http://beta.compass-style.org/docs/tutorials/upgrading/im-scared/
> -- > You received this message because you are subscribed to the Google Groups "Compass" group. > To post to this group, send email to compass-users@googlegroups.com. > To unsubscribe from this group, send email to compass-users+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/compass-users?hl=en.
> maxim@maxim-laptop:~$ compass version > Compass 0.11.alpha.0 > Copyright (c) 2008-2010 Chris Eppstein > Released under the MIT License. > maxim@maxim-laptop:~$ cd projects/ > maxim@maxim-laptop:~/projects$ compass create myproj --using blueprint > directory myproj/ > directory myproj/images/ > directory myproj/sass/ > directory myproj/sass/partials/ > directory myproj/stylesheets/ > create myproj/config.rb > create myproj/sass/screen.scss > create myproj/sass/partials/_base.scss > create myproj/sass/print.scss > create myproj/sass/ie.scss > create myproj/images/grid.png > create myproj/stylesheets/ie.css > WARNING: It is no longer necessary to pass any argument to the > blueprint-scaffolding mixin. > on line 22 of
> /var/lib/gems/1.9.1/gems/compass-0.11.alpha.0/frameworks/blueprint/styleshe ets/blueprint/_scaffolding.scss, > in `blueprint-scaffolding' > from line 20 of /home/maxim/projects/myproj/sass/screen.scss
> On 16 November 2010 08:51, Chris Eppstein <chriseppst...@gmail.com> wrote: > > I probably should have noted that you need to install the gem a little > > differently:
> > $ (sudo) gem install compass --pre
> > chris
> > On Nov 15, 9:09 pm, Chris Eppstein <ch...@eppsteins.net> wrote: > >> The Antares release is coming along nicely. I took some time off from > work > >> and had about 4 dedicated days this last week to work on compass.
> >> This release is a preview release for those who would like to test drive > the > >> new features and provide testing and feedback.
> >> Summary of changes: > >> * Blueprint Port upgraded to Blueprint v1.0 > >> * Major CSS3 Module Updates to Shadows, Gradients, and Transforms > >> * Better Rails 3 Integration > >> * New layout module: Stretching
> >> The Antares docs are here:http://beta.compass-style.org/docs/. Thanks > to a > >> suggestion from John Long, each page on the docs has comments now. If > you > >> see a problem in the docs, or have a suggestion for how to make that > page > >> better, please leave a comment. You can also add information about > browser > >> support, tricks, tips, etc.
> >> Thanks to Irina Dumitrascu, we now have SVG based gradients, which makes > the > >> compass gradient mixins now support IE9, Webkit, Firefox, and Opera. And > >> thanks to some clever coding on my part, the gradients are now declared > with > >> functions and applied to different properties with mixins. Just like in > CSS, > >> but without any prefix hell.
> >> Compass is great because of fine people like yourself trying things and > >> reporting bugs. It's easy to upgrade and then downgrade again if things > >> don't work out for you. So don't be scared: > http://beta.compass-style.org/docs/tutorials/upgrading/im-scared/
> > -- > > You received this message because you are subscribed to the Google Groups > "Compass" group. > > To post to this group, send email to compass-users@googlegroups.com. > > To unsubscribe from this group, send email to > compass-users+unsubscribe@googlegroups.com<compass-users%2Bunsubscribe@goog legroups.com> > . > > For more options, visit this group at > http://groups.google.com/group/compass-users?hl=en.
> -- > with regards, > Maxim
> -- > You received this message because you are subscribed to the Google Groups > "Compass" group. > To post to this group, send email to compass-users@googlegroups.com. > To unsubscribe from this group, send email to > compass-users+unsubscribe@googlegroups.com<compass-users%2Bunsubscribe@goog legroups.com> > . > For more options, visit this group at > http://groups.google.com/group/compass-users?hl=en.
> On Mon, Nov 15, 2010 at 11:57 PM, Maxim Lacrima <lacrima.ma...@gmail.com>wrote:
> > I reinstalled compass. Anyway:
> > maxim@maxim-laptop:~$ compass version
> > Compass 0.11.alpha.0
> > Copyright (c) 2008-2010 Chris Eppstein
> > Released under the MIT License.
> > maxim@maxim-laptop:~$ cd projects/
> > maxim@maxim-laptop:~/projects$ compass create myproj --using blueprint
> > directory myproj/
> > directory myproj/images/
> > directory myproj/sass/
> > directory myproj/sass/partials/
> > directory myproj/stylesheets/
> > create myproj/config.rb
> > create myproj/sass/screen.scss
> > create myproj/sass/partials/_base.scss
> > create myproj/sass/print.scss
> > create myproj/sass/ie.scss
> > create myproj/images/grid.png
> > create myproj/stylesheets/ie.css
> > WARNING: It is no longer necessary to pass any argument to the
> > blueprint-scaffolding mixin.
> > on line 22 of
> > /var/lib/gems/1.9.1/gems/compass-0.11.alpha.0/frameworks/blueprint/styleshe ets/blueprint/_scaffolding.scss,
> > in `blueprint-scaffolding'
> > from line 20 of /home/maxim/projects/myproj/sass/screen.scss
> > On 16 November 2010 08:51, Chris Eppstein <chriseppst...@gmail.com> wrote:
> > > I probably should have noted that you need to install the gem a little
> > > differently:
> > > $ (sudo) gem install compass --pre
> > > chris
> > > On Nov 15, 9:09 pm, Chris Eppstein <ch...@eppsteins.net> wrote:
> > >> The Antares release is coming along nicely. I took some time off from
> > work
> > >> and had about 4 dedicated days this last week to work on compass.
> > >> This release is a preview release for those who would like to test drive
> > the
> > >> new features and provide testing and feedback.
> > >> Summary of changes:
> > >> * Blueprint Port upgraded to Blueprint v1.0
> > >> * Major CSS3 Module Updates to Shadows, Gradients, and Transforms
> > >> * Better Rails 3 Integration
> > >> * New layout module: Stretching
> > >> The Antares docs are here:http://beta.compass-style.org/docs/. Thanks
> > to a
> > >> suggestion from John Long, each page on the docs has comments now. If
> > you
> > >> see a problem in the docs, or have a suggestion for how to make that
> > page
> > >> better, please leave a comment. You can also add information about
> > browser
> > >> support, tricks, tips, etc.
> > >> Thanks to Irina Dumitrascu, we now have SVG based gradients, which makes
> > the
> > >> compass gradient mixins now support IE9, Webkit, Firefox, and Opera. And
> > >> thanks to some clever coding on my part, the gradients are now declared
> > with
> > >> functions and applied to different properties with mixins. Just like in
> > CSS,
> > >> but without any prefix hell.
> > >> Compass is great because of fine people like yourself trying things and
> > >> reporting bugs. It's easy to upgrade and then downgrade again if things
> > >> don't work out for you. So don't be scared:
> >http://beta.compass-style.org/docs/tutorials/upgrading/im-scared/
> > >> Thanks to all the contributors in this release: Eric & Brandon, Irina,
> > Steve
> > >> Wong, and other who contributed bug fixes and doc patches.
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > "Compass" group.
> > > To post to this group, send email to compass-users@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > compass-users+unsubscribe@googlegroups.com<compass-users%2Bunsubscribe@goog legroups.com>
> > .
> > > For more options, visit this group at
> >http://groups.google.com/group/compass-users?hl=en.
> > --
> > with regards,
> > Maxim
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Compass" group.
> > To post to this group, send email to compass-users@googlegroups.com.
> > To unsubscribe from this group, send email to
> > compass-users+unsubscribe@googlegroups.com<compass-users%2Bunsubscribe@goog legroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/compass-users?hl=en.
> On Mon, Nov 15, 2010 at 11:57 PM, Maxim Lacrima <lacrima.ma...@gmail.com>wrote:
> > I reinstalled compass. Anyway:
> > maxim@maxim-laptop:~$ compass version
> > Compass 0.11.alpha.0
> > Copyright (c) 2008-2010 Chris Eppstein
> > Released under the MIT License.
> > maxim@maxim-laptop:~$ cd projects/
> > maxim@maxim-laptop:~/projects$ compass create myproj --using blueprint
> > directory myproj/
> > directory myproj/images/
> > directory myproj/sass/
> > directory myproj/sass/partials/
> > directory myproj/stylesheets/
> > create myproj/config.rb
> > create myproj/sass/screen.scss
> > create myproj/sass/partials/_base.scss
> > create myproj/sass/print.scss
> > create myproj/sass/ie.scss
> > create myproj/images/grid.png
> > create myproj/stylesheets/ie.css
> > WARNING: It is no longer necessary to pass any argument to the
> > blueprint-scaffolding mixin.
> > on line 22 of
> > /var/lib/gems/1.9.1/gems/compass-0.11.alpha.0/frameworks/blueprint/styleshe ets/blueprint/_scaffolding.scss,
> > in `blueprint-scaffolding'
> > from line 20 of /home/maxim/projects/myproj/sass/screen.scss
> > On 16 November 2010 08:51, Chris Eppstein <chriseppst...@gmail.com> wrote:
> > > I probably should have noted that you need to install the gem a little
> > > differently:
> > > $ (sudo) gem install compass --pre
> > > chris
> > > On Nov 15, 9:09 pm, Chris Eppstein <ch...@eppsteins.net> wrote:
> > >> The Antares release is coming along nicely. I took some time off from
> > work
> > >> and had about 4 dedicated days this last week to work on compass.
> > >> This release is a preview release for those who would like to test drive
> > the
> > >> new features and provide testing and feedback.
> > >> Summary of changes:
> > >> * Blueprint Port upgraded to Blueprint v1.0
> > >> * Major CSS3 Module Updates to Shadows, Gradients, and Transforms
> > >> * Better Rails 3 Integration
> > >> * New layout module: Stretching
> > >> The Antares docs are here:http://beta.compass-style.org/docs/. Thanks
> > to a
> > >> suggestion from John Long, each page on the docs has comments now. If
> > you
> > >> see a problem in the docs, or have a suggestion for how to make that
> > page
> > >> better, please leave a comment. You can also add information about
> > browser
> > >> support, tricks, tips, etc.
> > >> Thanks to Irina Dumitrascu, we now have SVG based gradients, which makes
> > the
> > >> compass gradient mixins now support IE9, Webkit, Firefox, and Opera. And
> > >> thanks to some clever coding on my part, the gradients are now declared
> > with
> > >> functions and applied to different properties with mixins. Just like in
> > CSS,
> > >> but without any prefix hell.
> > >> Compass is great because of fine people like yourself trying things and
> > >> reporting bugs. It's easy to upgrade and then downgrade again if things
> > >> don't work out for you. So don't be scared:
> >http://beta.compass-style.org/docs/tutorials/upgrading/im-scared/
> > >> Thanks to all the contributors in this release: Eric & Brandon, Irina,
> > Steve
> > >> Wong, and other who contributed bug fixes and doc patches.
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > "Compass" group.
> > > To post to this group, send email to compass-users@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > compass-users+unsubscribe@googlegroups.com<compass-users%2Bunsubscribe@goog legroups.com>
> > .
> > > For more options, visit this group at
> >http://groups.google.com/group/compass-users?hl=en.
> > --
> > with regards,
> > Maxim
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Compass" group.
> > To post to this group, send email to compass-users@googlegroups.com.
> > To unsubscribe from this group, send email to
> > compass-users+unsubscribe@googlegroups.com<compass-users%2Bunsubscribe@goog legroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/compass-users?hl=en.
> > On Mon, Nov 15, 2010 at 11:57 PM, Maxim Lacrima <lacrima.ma...@gmail.com > >wrote:
> > > I reinstalled compass. Anyway:
> > > maxim@maxim-laptop:~$ compass version > > > Compass 0.11.alpha.0 > > > Copyright (c) 2008-2010 Chris Eppstein > > > Released under the MIT License. > > > maxim@maxim-laptop:~$ cd projects/ > > > maxim@maxim-laptop:~/projects$ compass create myproj --using blueprint > > > directory myproj/ > > > directory myproj/images/ > > > directory myproj/sass/ > > > directory myproj/sass/partials/ > > > directory myproj/stylesheets/ > > > create myproj/config.rb > > > create myproj/sass/screen.scss > > > create myproj/sass/partials/_base.scss > > > create myproj/sass/print.scss > > > create myproj/sass/ie.scss > > > create myproj/images/grid.png > > > create myproj/stylesheets/ie.css > > > WARNING: It is no longer necessary to pass any argument to the > > > blueprint-scaffolding mixin. > > > on line 22 of
> /var/lib/gems/1.9.1/gems/compass-0.11.alpha.0/frameworks/blueprint/styleshe ets/blueprint/_scaffolding.scss, > > > in `blueprint-scaffolding' > > > from line 20 of /home/maxim/projects/myproj/sass/screen.scss
> > > On 16 November 2010 08:51, Chris Eppstein <chriseppst...@gmail.com> > wrote: > > > > I probably should have noted that you need to install the gem a > little > > > > differently:
> > > > $ (sudo) gem install compass --pre
> > > > chris
> > > > On Nov 15, 9:09 pm, Chris Eppstein <ch...@eppsteins.net> wrote: > > > >> The Antares release is coming along nicely. I took some time off > from > > > work > > > >> and had about 4 dedicated days this last week to work on compass.
> > > >> This release is a preview release for those who would like to test > drive > > > the > > > >> new features and provide testing and feedback.
> > > >> Summary of changes: > > > >> * Blueprint Port upgraded to Blueprint v1.0 > > > >> * Major CSS3 Module Updates to Shadows, Gradients, and Transforms > > > >> * Better Rails 3 Integration > > > >> * New layout module: Stretching
> > > >> The Antares docs are here:http://beta.compass-style.org/docs/. > Thanks > > > to a > > > >> suggestion from John Long, each page on the docs has comments now. > If > > > you > > > >> see a problem in the docs, or have a suggestion for how to make that > > > page > > > >> better, please leave a comment. You can also add information about > > > browser > > > >> support, tricks, tips, etc.
> > > >> Thanks to Irina Dumitrascu, we now have SVG based gradients, which > makes > > > the > > > >> compass gradient mixins now support IE9, Webkit, Firefox, and Opera. > And > > > >> thanks to some clever coding on my part, the gradients are now > declared > > > with > > > >> functions and applied to different properties with mixins. Just like > in > > > CSS, > > > >> but without any prefix hell.
> > > >> Compass is great because of fine people like yourself trying things > and > > > >> reporting bugs. It's easy to upgrade and then downgrade again if > things > > > >> don't work out for you. So don't be scared: > > >http://beta.compass-style.org/docs/tutorials/upgrading/im-scared/
> > > >> Thanks to all the contributors in this release: Eric & Brandon, > Irina, > > > Steve > > > >> Wong, and other who contributed bug fixes and doc patches.
> > > > -- > > > > You received this message because you are subscribed to the Google > Groups > > > "Compass" group. > > > > To post to this group, send email to compass-users@googlegroups.com. > > > > To unsubscribe from this group, send email to > > > compass-users+unsubscribe@googlegroups.com<compass-users%2Bunsubscribe@goog legroups.com> > <compass-users%2Bunsubscribe@googlegroups.com<compass-users%252Bunsubscribe @googlegroups.com>
> > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Compass" group. > > > To post to this group, send email to compass-users@googlegroups.com. > > > To unsubscribe from this group, send email to > > > compass-users+unsubscribe@googlegroups.com<compass-users%2Bunsubscribe@goog legroups.com> > <compass-users%2Bunsubscribe@googlegroups.com<compass-users%252Bunsubscribe @googlegroups.com>
> -- > You received this message because you are subscribed to the Google Groups > "Compass" group. > To post to this group, send email to compass-users@googlegroups.com. > To unsubscribe from this group, send email to > compass-users+unsubscribe@googlegroups.com<compass-users%2Bunsubscribe@goog legroups.com> > . > For more options, visit this group at > http://groups.google.com/group/compass-users?hl=en.
> > On Mon, Nov 15, 2010 at 11:57 PM, Maxim Lacrima <lacrima.ma...@gmail.com > >wrote:
> > > I reinstalled compass. Anyway:
> > > maxim@maxim-laptop:~$ compass version > > > Compass 0.11.alpha.0 > > > Copyright (c) 2008-2010 Chris Eppstein > > > Released under the MIT License. > > > maxim@maxim-laptop:~$ cd projects/ > > > maxim@maxim-laptop:~/projects$ compass create myproj --using blueprint > > > directory myproj/ > > > directory myproj/images/ > > > directory myproj/sass/ > > > directory myproj/sass/partials/ > > > directory myproj/stylesheets/ > > > create myproj/config.rb > > > create myproj/sass/screen.scss > > > create myproj/sass/partials/_base.scss > > > create myproj/sass/print.scss > > > create myproj/sass/ie.scss > > > create myproj/images/grid.png > > > create myproj/stylesheets/ie.css > > > WARNING: It is no longer necessary to pass any argument to the > > > blueprint-scaffolding mixin. > > > on line 22 of
> /var/lib/gems/1.9.1/gems/compass-0.11.alpha.0/frameworks/blueprint/styleshe ets/blueprint/_scaffolding.scss, > > > in `blueprint-scaffolding' > > > from line 20 of /home/maxim/projects/myproj/sass/screen.scss
> > > On 16 November 2010 08:51, Chris Eppstein <chriseppst...@gmail.com> > wrote: > > > > I probably should have noted that you need to install the gem a > little > > > > differently:
> > > > $ (sudo) gem install compass --pre
> > > > chris
> > > > On Nov 15, 9:09 pm, Chris Eppstein <ch...@eppsteins.net> wrote: > > > >> The Antares release is coming along nicely. I took some time off > from > > > work > > > >> and had about 4 dedicated days this last week to work on compass.
> > > >> This release is a preview release for those who would like to test > drive > > > the > > > >> new features and provide testing and feedback.
> > > >> Summary of changes: > > > >> * Blueprint Port upgraded to Blueprint v1.0 > > > >> * Major CSS3 Module Updates to Shadows, Gradients, and Transforms > > > >> * Better Rails 3 Integration > > > >> * New layout module: Stretching
> > > >> The Antares docs are here:http://beta.compass-style.org/docs/. > Thanks > > > to a > > > >> suggestion from John Long, each page on the docs has comments now. > If > > > you > > > >> see a problem in the docs, or have a suggestion for how to make that > > > page > > > >> better, please leave a comment. You can also add information about > > > browser > > > >> support, tricks, tips, etc.
> > > >> Thanks to Irina Dumitrascu, we now have SVG based gradients, which > makes > > > the > > > >> compass gradient mixins now support IE9, Webkit, Firefox, and Opera. > And > > > >> thanks to some clever coding on my part, the gradients are now > declared > > > with > > > >> functions and applied to different properties with mixins. Just like > in > > > CSS, > > > >> but without any prefix hell.
> > > >> Compass is great because of fine people like yourself trying things > and > > > >> reporting bugs. It's easy to upgrade and then downgrade again if > things > > > >> don't work out for you. So don't be scared: > > >http://beta.compass-style.org/docs/tutorials/upgrading/im-scared/
> > > >> Thanks to all the contributors in this release: Eric & Brandon, > Irina, > > > Steve > > > >> Wong, and other who contributed bug fixes and doc patches.
> > > > -- > > > > You received this message because you are subscribed to the Google > Groups > > > "Compass" group. > > > > To post to this group, send email to compass-users@googlegroups.com. > > > > To unsubscribe from this group, send email to > > > compass-users+unsubscribe@googlegroups.com<compass-users%2Bunsubscribe@goog legroups.com> > <compass-users%2Bunsubscribe@googlegroups.com<compass-users%252Bunsubscribe @googlegroups.com>
> > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Compass" group. > > > To post to this group, send email to compass-users@googlegroups.com. > > > To unsubscribe from this group, send email to > > > compass-users+unsubscribe@googlegroups.com<compass-users%2Bunsubscribe@goog legroups.com> > <compass-users%2Bunsubscribe@googlegroups.com<compass-users%252Bunsubscribe @googlegroups.com>
> -- > You received this message because you are subscribed to the Google Groups > "Compass" group. > To post to this group, send email to compass-users@googlegroups.com. > To unsubscribe from this group, send email to > compass-users+unsubscribe@googlegroups.com<compass-users%2Bunsubscribe@goog legroups.com> > . > For more options, visit this group at > http://groups.google.com/group/compass-users?hl=en.