Module: Sass::Script::Functions

Defined in:
lib/flint.rb

Overview

Custom functions

Instance Method Summary collapse

Instance Method Details

#selector_stringObject



14
15
16
# File 'lib/flint.rb', line 14

def selector_string()
  return Sass::Script::String.new(environment.selector.to_s)
end