class Sass::Tree::RuleNode
def continued?
-
(Boolean)
- Whether or not this rule is continued on the next line
def continued? last = @rule.last last.is_a?(String) && last[-1] == ?, end
(Boolean)
- Whether or not this rule is continued on the next line
def continued? last = @rule.last last.is_a?(String) && last[-1] == ?, end