Parent

Methods

Included Modules

Files

Less::Node::FontFamily

Public Class Methods

new(family = []) click to toggle source
     # File lib/less/engine/nodes/literal.rb, line 145
145:       def initialize family = []
146:         @family = family
147:       end

Public Instance Methods

to_css() click to toggle source
     # File lib/less/engine/nodes/literal.rb, line 149
149:       def to_css
150:         @family.map(&:to_css) * ', '
151:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.