require 'slim-grunt-helpers/models/usemin' module SlimGruntHelpers module Models class UseminCss < Usemin BASE_OPTIONS = { rel: 'stylesheet' }.freeze def base_options BASE_OPTIONS end protected def transform_link(link, options={}) link_path = '' link_path += '/' if options[:absolute] link_path += link[:path].to_s text = %Q{' text end end end end