Sha256: 33d708985ccd84082ef1f0da3746927f4ca285e33524e8e68940fcd212124215
Contents?: true
Size: 236 Bytes
Versions: 7
Compression:
Stored size: 236 Bytes
Contents
class CssFile < SourceFile def self.extension ".css" end def debug_content(options) destination= File.expand_path(options.remove_prefix||"") "@import url(\"#{self.relative_to_folder(destination)}\");\n" end end
Version data entries
7 entries across 7 versions & 1 rubygems