mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
[Sass] Add a docstring to Tree::RuleNode.
This commit is contained in:
parent
21b5641b4d
commit
43f817b86f
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
require 'pathname'
|
require 'pathname'
|
||||||
|
|
||||||
module Sass::Tree
|
module Sass::Tree
|
||||||
|
# A static node reprenting a CSS rule.
|
||||||
|
#
|
||||||
|
# @see Sass::Tree
|
||||||
class RuleNode < Node
|
class RuleNode < Node
|
||||||
# The character used to include the parent selector
|
# The character used to include the parent selector
|
||||||
PARENT = '&'
|
PARENT = '&'
|
||||||
|
|
Loading…
Add table
Reference in a new issue