Your IP : 216.73.216.224


Current Path : /var/www/html/libraries/kunena/External/scssphp/scssphp/src/
Upload File :
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';
}