/usr/share/doc/compass-singularitygs-plugin/examples/config.rb is in compass-singularitygs-plugin 1.8.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | # Require any additional compass plugins here.
# require 'singularitygs'
require 'modular-scale'
require 'breakpoint'
# Set this to the root of your project when deployed:
add_import_path '../stylesheets'
http_path = 'html'
css_dir = 'css'
sass_dir = 'sass'
|