module Sass::Script::Functions

This is where any custom SassScript should be placed. The functions will be

available on require of your extension without the need for users to import
any partials. Uncomment below.

Public Instance Methods

ms_gem_installed() click to toggle source

Let modularscale know that this was installed via Compass

# File lib/modular-scale.rb, line 30
def ms_gem_installed()
  Sass::Script::Bool.new(true)
end