Class | Sass::Supports::Operator |
In: |
lib/sass/supports.rb
|
Parent: | Condition |
An operator condition (e.g. `CONDITION1 and CONDITION2`).
left | [RW] |
The left-hand condition.
@return [Sass::Supports::Condition] |
op | [RW] |
The operator ("and" or "or").
@return [String] |
right | [RW] |
The right-hand condition.
@return [Sass::Supports::Condition] |