gems.rainbow-2.0.0.lib.rainbow.global.rb Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sass-maven-plugin Show documentation
Show all versions of sass-maven-plugin Show documentation
A Maven Plugin that compiles Sass files.
require 'rainbow/wrapper'
module Rainbow
def self.global
@global ||= Wrapper.new
end
def self.enabled
global.enabled
end
def self.enabled=(value)
global.enabled = value
end
end
def Rainbow(string)
Rainbow.global.wrap(string.to_s)
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy