Class Sass::Tree::CharsetNode
In: lib/sass/tree/charset_node.rb
Parent: Node

A static node representing an unproccessed Sass `@charset` directive.

@see Sass::Tree

Methods

_to_s   invisible?   new   to_src  

Attributes

name  [RW]  The name of the charset.

@return [String]

Public Class methods

@param name [String] see \{name}

Public Instance methods

@see Node#invisible?

Protected Instance methods

Computes the CSS for the directive.

@param tabs [Fixnum] The level of indentation for the CSS @return [String] The resulting CSS

[Validate]