Sha256: 057d5d0dc7751f57414468724aba07d92a2b42fce736b25853d0f49d607b2cdb

Contents?: true

Size: 332 Bytes

Versions: 19

Compression:

Stored size: 332 Bytes

Contents

module Sass
  module Tree
    # A dynamic node representing an `@at-root` directive.
    #
    # An `@at-root` directive with a selector is converted to an \{AtRootNode}
    # containing a \{RuleNode} at parse time.
    #
    # @see Sass::Tree
    class AtRootNode < Node
      def bubbles?
        true
      end
    end
  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
sass-3.3.0.alpha.382 lib/sass/tree/at_root_node.rb
sass-3.3.0.alpha.380 lib/sass/tree/at_root_node.rb
sass-3.3.0.alpha.378 lib/sass/tree/at_root_node.rb
sass-3.3.0.alpha.377 lib/sass/tree/at_root_node.rb
sass-3.3.0.alpha.376 lib/sass/tree/at_root_node.rb
sass-3.3.0.alpha.375 lib/sass/tree/at_root_node.rb
sass-3.3.0.alpha.372 lib/sass/tree/at_root_node.rb
sass-3.3.0.alpha.370 lib/sass/tree/at_root_node.rb
sass-3.3.0.alpha.369 lib/sass/tree/at_root_node.rb
sass-3.3.0.alpha.368 lib/sass/tree/at_root_node.rb
sass-3.3.0.alpha.367 lib/sass/tree/at_root_node.rb
sass-3.3.0.alpha.366 lib/sass/tree/at_root_node.rb
sass-3.3.0.alpha.364 lib/sass/tree/at_root_node.rb
sass-3.3.0.alpha.354 lib/sass/tree/at_root_node.rb
sass-3.3.0.alpha.353 lib/sass/tree/at_root_node.rb
sass-3.3.0.alpha.256 lib/sass/tree/at_root_node.rb
sass-3.3.0.alpha.255 lib/sass/tree/at_root_node.rb
sass-3.3.0.alpha.252 lib/sass/tree/at_root_node.rb
sass-3.3.0.alpha.253 lib/sass/tree/at_root_node.rb