MDL-69542 enrol_lti: add LTI Advantage member sync task
[moodle.git] / lib / scssphp / OutputStyle.php
blobc284639c13f5edb40a8658f91581cb6997887591
1 <?php
3 namespace ScssPhp\ScssPhp;
5 final class OutputStyle
7 const EXPANDED = 'expanded';
8 const COMPRESSED = 'compressed';