| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * SCSSPHP |
| 4 | 4 | * |
| 5 | - * @copyright 2012-2018 Leaf Corcoran | |
| 5 | + * @copyright 2012-2015 Leaf Corcoran | |
| 6 | 6 | * |
| 7 | 7 | * @license http://opensource.org/licenses/MIT MIT |
| 8 | 8 | * |
| 9 | 9 | * @link http://leafo.github.io/scssphp |
| @@ -13,9 +13,9 @@ | ||
| 13 | 13 | |
| 14 | 14 | use Leafo\ScssPhp\Formatter; |
| 15 | 15 | |
| 16 | 16 | /** |
| 17 | - * Compact formatter | |
| 17 | + * SCSS compact formatter | |
| 18 | 18 | * |
| 19 | 19 | * @author Leaf Corcoran <[email protected]> |
| 20 | 20 | */ |
| 21 | 21 | class Compact extends Formatter |
| @@ -31,9 +31,8 @@ | ||
| 31 | 31 | $this->open = ' {'; |
| 32 | 32 | $this->close = "}\n\n"; |
| 33 | 33 | $this->tagSeparator = ','; |
| 34 | 34 | $this->assignSeparator = ':'; |
| 35 | - $this->keepSemicolons = true; | |
| 36 | 35 | } |
| 37 | 36 | |
| 38 | 37 | /** |
| 39 | 38 | * {@inheritdoc} |