moodle/lib/scssphp/OutputStyle.php
2021-01-21 10:32:58 +08:00

10 lines
133 B
PHP

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