0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
12.4.7
/
standard
/
htdocs
/
vendor
/
scssphp
/
scssphp
/
src
/
[
Home
]
File: OutputStyle.php
<?php namespace ScssPhp\ScssPhp; final class OutputStyle { const EXPANDED = 'expanded'; const COMPRESSED = 'compressed'; }