Class | Sass::Script::Bool |
In: |
lib/sass/script/bool.rb
|
Parent: | Literal |
A SassScript object representing a boolean (true or false) value.
value | -> | to_bool |
value | [R] |
The Ruby value of the boolean.
@return [Boolean] |