Styler plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install http://the.railsi.st/svn/repo/plugins/styler/
Usage
=====
To use Styler, just update your layout(s) with this code:
< head> < title>the.rails.ist< /title> <%= stylesheets %> < /head>
Styler will then include your stylesheets automatically:
< head> < title>the.rails.ist< /title> < link href="/stylesheets/application.css?1170968897" /> < !--[if IE 7]> < link href="/stylesheets/ie7.css?1170968897" /> < ![endif]--> < !--[if IE 6]> < link href="/stylesheets/ie6.css?1170968897" /> < ![endif]--> < /head>
Styler will also dynamically include stylesheets for each of your controllers (if such stylesheets are present), so you can keep your styles organized into logical sections.
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: hardway, 7 months ago

