Sha256: f28f6eacfc55fd92f75225219a8c5e49e925603b3afaf49efc59fc55d3efd3f6
Contents?: true
Size: 541 Bytes
Versions: 40
Compression:
Stored size: 541 Bytes
Contents
module Compass module Configuration # Comments are emitted into the configuration file when serialized and make it easier to understand for new users. module Comments def comment_for_http_path "# Set this to the root of your project when deployed:\n" end def comment_for_relative_assets unless relative_assets %q{# To enable relative paths to assets via compass helper functions. Uncomment: # relative_assets = true } else "" end end end end end
Version data entries
40 entries across 39 versions & 3 rubygems