Scoped CSS

Installation

  1. Add to your Gemfile: gem 'scoped_css'
  2. Run bundle install
  3. Include the helper in your views: ruby module ApplicationHelper include ScopedCss::Helper # other helpers... end
  4. Use the helper in templates: ```erb <% style_string, styles = scoped_css do %>