Welcome to mirror list, hosted at ThFree Co, Russian Federation.

OutputStyle.php « src « scssphp « scssphp - github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c284639c13f5edb40a8658f91581cb6997887591 (plain)
1
2
3
4
5
6
7
8
9
<?php

namespace ScssPhp\ScssPhp;

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