See Release Notes
[Summary view]
1 <?php 2 3 namespace ScssPhp\ScssPhp; 4 5 final class OutputStyle 6 { 7 const EXPANDED = 'expanded'; 8 const COMPRESSED = 'compressed'; 9 }
title
Description
Body