Class | Sass::Media::QueryList |
In: |
lib/sass/media.rb
|
Parent: | Object |
A comma-separated list of queries.
media_query [ ',' S* media_query ]*
queries | [RW] |
The queries contained in this list.
@return [Array<Query>] |
Returns a representation of the query as an array of strings and potentially {Sass::Script::Tree::Node}s (if there‘s interpolation in it). When the interpolation is resolved and the strings are joined together, this will be the string representation of this query.
@return [Array<String, Sass::Script::Tree::Node>]