Commit b270d8a8 by Aaron Leung

Adding a couple of helpful comments.

parent 8821e71b
......@@ -183,8 +183,8 @@ namespace Sass {
bool has_backref() const;
bool from_variable() const;
bool& should_eval() const;
bool& is_unquoted() const;
bool& is_quoted() const;
bool& is_unquoted() const; // for strings
bool& is_quoted() const; // for identifiers
bool is_numeric() const;
bool is_guarded() const;
bool& has_been_extended() const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment