Rah's Css Embed

This plugin has been superseded by rah_function and rah_external_output. Rah_function can easily be used to embed stylesheets from the database to your page template and produce same results. Alternative rah_external_output’s Form partial can be used to store and output CSS files.

We still offer rah_css_embed's old downloads to those that want it, but please be careful. Old things may get outdated fast and things can break. Using the old downloads on production environment is not recommended.

Uses rah_function to call fetch() which then gets a stylesheet. “MyCSSName” would be the name of the stylesheet.

<style type="text/css">
	<txp:rah_function 
		call="fetch, htmlspecialchars" 
		get="css" 
		from="txp_css" 
		where="name" 
		is="MyCSSName" 
	/>
</style>