# File lib/ramaze/helper/erector.rb, line 101
        def css(href, args = {})
          attrs = {
            :rel => "stylesheet",
            :href => href,
            :type => "text/css"
          }.merge(args)

          link attrs
        end