Class | Sass::Script::Value::String |
In: |
lib/sass/script/value/string.rb
|
Parent: | Base |
Returns the quoted string representation of `contents`.
The preferred quote style for quoted strings. If `:none`, strings are always emitted unquoted. If `nil`, quoting is determined automatically.
@options opts :sass [String]
Whether to quote strings for Sass source, as opposed to CSS. Defaults to `false`.