moodle/lib/scssphp/OutputStyle.php

10 lines
133 B
PHP
Raw Normal View History

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