![JAR search and dependency download from the Maven repository](/logo.png)
gems.sass-3.2.8.lib.sass.logger.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
Maven Plugin that compiles SASS files
The newest version!
module Sass::Logger
end
require "sass/logger/log_level"
require "sass/logger/base"
module Sass
class << self
attr_accessor :logger
end
self.logger = Sass::Logger::Base.new
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy