<?php namespace PrestaShop\Module\PsxDesign\Vendor\ScssPhp\ScssPhp; final class OutputStyle { const EXPANDED = 'expanded'; const COMPRESSED = 'compressed'; }