| Current Path : /var/www/html/libraries/kunena/External/scssphp/scssphp/src/ |
| Current File : /var/www/html/libraries/kunena/External/scssphp/scssphp/src/OutputStyle.php |
<?php
namespace KunenaScssPhp\ScssPhp;
final class OutputStyle
{
const EXPANDED = 'expanded';
const COMPRESSED = 'compressed';
}