Method: Sass::Script::Value::Base#to_s
- Defined in:
- lib/sass/script/value/base.rb
#to_s(opts = {}) ⇒ String Also known as: to_sass
Returns the string representation of this value as it would be output to the CSS document.
225 226 227 |
# File 'lib/sass/script/value/base.rb', line 225
def to_s(opts = {})
Sass::Util.abstract(self)
end
|