Sha256: be5d87bbe40b364e8e7cb02bb4cc0f41db1cb7c68f98122a330270a2ea3dfc62
Contents?: true
Size: 356 Bytes
Versions: 17
Compression:
Stored size: 356 Bytes
Contents
# # Archetype environment # module Archetype::SassExtensions::Environment # # get the current environment (this is similar to compass_env) # # *Returns*: # - {String} the current environment the compiler is running in # def archetype_env return Sass::Script::String.new((Compass.configuration.environment || :development).to_s) end end
Version data entries
17 entries across 17 versions & 1 rubygems