[TYPO3-mvc] fluid_css
Daniel Schöne
daniel at schoene.it
Fri Nov 11 15:43:37 CET 2011
why reinvent the wheel? for me
http://typo3.org/extensions/repository/view/sassify/current/ works just
fine ;) (although it's based on sass and not less)
daniel
On 11/11/2011 12:34 PM, Kay Strobach wrote:
> Hi guys,
>
> i will release fluid_css in the next hours, while there are still some
> ViewHelpers missing.
>
> Using this extension you can create css dynamically similar to less (and
> based on it) - but with pure fluid ;) and all the power of fluid.
>
> So this Extension is a collection of ViewHelpers to modify colors
> (darken, lighten, ...).
>
> Additionally it contains functions for css compression and moving the
> css to an temporary file or inline in the document head.
>
> Example:
>
> {namespace fcss = Tx_FluidCss_ViewHelpers}
> <fcss:AddCssAsFile>
> <fcss:RemoveWhitespace compress="0">
> a, a:active, a:visited {
> color:<fcss:CssModify.Darken color="{main-color}" delta="20%" />;
> }
> </fcss:RemoveWhitespace>
> </fcss:AddCssAsFile>
>
> Regards
> Kay
More information about the TYPO3-project-typo3v4mvc
mailing list