Configuration

You can manage the following settings in your config.php file:

$config['path_to_CSS_dir'] *
This path connects your xCSS/index.php with the *.xcss files.
$config['xCSS_files'] *
This array contains the xCSS file names in its key and the outputs CSS files in his value,
you may use directory names here as well.
$config['use_master_file']
Set to true, it generates a master file that imports all your other CSS files,
helps you to have better file control and a cleaner head tag.
This is how your master file could look like
$config['compress_output_to_master']
Set to true, it puts content of every file that is in included in the config.php to the master.css
$config['master_filename']
File name of your master file, you may use directory names here as well.
$config['reset_files']
If you are using the master file, these files are going to be placed before your generated files,
you may use directory names here as well.
$config['hook_files']
If you are using the master file, these files are going to be placed before your generated files,
you may use directory names here as well.
$config['construct_name']
Change the selector name for the parent object here.
$config['minify_output']
Set to true it removes all the white spaces and newlines in generated CSS files.
$config['debugmode']
Set to true it puts out all the generated code in to the xCSS index.php.

Here is a screen shot of how your file structure could look like.

* Important settings, make sure they are all right!

Found an error on this page? Please help to correct it!