[TYPO3-mvc] fluid_css
Kay Strobach
typo3 at kay-strobach.de
Sat Nov 12 16:29:02 CET 2011
Hi,
as you see i've also created a phamlp extension some time ago.
http://typo3.org/extensions/repository/view/phamlp/current/
But obviously phamlp seems to be dead and there nearly nothing done to
fix the bugs, which are mentioned in the tracker @ google code.
Also it has problems with some CSS3 and other stuff :(
So i didn't reinvented the wheel, as i do really use FLUID to render the
css and provide some cool viewHelpers ;)
Anyway thanks
Regards
Kay
Am 11.11.2011 15:43, schrieb Daniel Schöne:
> 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
>
--
http://www.kay-strobach.de - Open Source Rocks
TYPO3 .... inspiring people to share!
Get involved: http://typo3.org
Answere was usefull: https://flattr.com/profile/kaystrobach
More information about the TYPO3-project-typo3v4mvc
mailing list