| Current Path : /home/z/i/e/zieirix/www/libraries/gantry5/compat/vendor/scssphp/scssphp/src/ |
| Current File : /home/z/i/e/zieirix/www/libraries/gantry5/compat/vendor/scssphp/scssphp/src/OutputStyle.php |
<?php
namespace ScssPhp\ScssPhp;
final class OutputStyle
{
const EXPANDED = 'expanded';
const COMPRESSED = 'compressed';
}