You are here

private static property SassExtentionsCompassConfig::$defaultConfig in Sassy 7

File

phamlp/sass/extensions/compass/config.php, line 19

Class

SassExtentionsCompassConfig
Compass extension configuration class. @package PHamlP @subpackage Sass.extensions.compass

Code

private static $defaultConfig = array(
  'project_path' => '',
  'http_path' => '/',
  'css_dir' => 'css',
  'css_path' => '',
  'http_css_path' => '',
  'fonts_dir' => 'fonts',
  'fonts_path' => '',
  'http_fonts_path' => '',
  'images_dir' => 'images',
  'images_path' => '',
  'http_images_path' => '',
  'javascripts_dir' => 'javascripts',
  'javascripts_path' => '',
  'http_javascripts_path' => '',
  'relative_assets' => true,
);