module Sass::Script::Functions

Sass module extension

Public Instance Methods

content_path() click to toggle source

SASS-method - content path

# File lib/marfa/helpers/sass_functions.rb, line 17
def content_path
  Sass::Script::Value::String.new(Sass::Plugin.options[:custom][:contentPath])
end
device() click to toggle source

SASS-method - device type

# File lib/marfa/helpers/sass_functions.rb, line 7
def device
  Sass::Script::Value::String.new(Sass::Plugin.options[:custom][:device])
end
section() click to toggle source

SASS-method - section

# File lib/marfa/helpers/sass_functions.rb, line 12
def section
  Sass::Script::Value::String.new(Sass::Plugin.options[:custom][:section])
end