Current File : /home/escuelai/public_html/it/vendor/scssphp/scssphp/src/OutputStyle.php
<?php

namespace ScssPhp\ScssPhp;

final class OutputStyle
{
    const EXPANDED = 'expanded';
    const COMPRESSED = 'compressed';
}