Method: Victor::CSS#render

Defined in:
lib/victor/css.rb

#renderObject



13
14
15
16
17
# File 'lib/victor/css.rb', line 13

def render
  return '' if attributes.empty?

  %[<style>\n#{self}\n</style>\n]
end