Module: Sass::Script::Functions
- Defined in:
- lib/marfa/helpers/sass_functions.rb
Overview
Sass module extension
Instance Method Summary collapse
-
#content_path ⇒ Object
SASS-method - content path.
-
#device ⇒ Object
SASS-method - device type.
-
#section ⇒ Object
SASS-method - section.
Instance Method Details
#content_path ⇒ Object
SASS-method - content path
17 18 19 |
# File 'lib/marfa/helpers/sass_functions.rb', line 17 def content_path Sass::Script::Value::String.new(Sass::Plugin.[:custom][:contentPath]) end |
#device ⇒ Object
SASS-method - device type
7 8 9 |
# File 'lib/marfa/helpers/sass_functions.rb', line 7 def device Sass::Script::Value::String.new(Sass::Plugin.[:custom][:device]) end |
#section ⇒ Object
SASS-method - section
12 13 14 |
# File 'lib/marfa/helpers/sass_functions.rb', line 12 def section Sass::Script::Value::String.new(Sass::Plugin.[:custom][:section]) end |