Skip to content

Commit a6540e1

Browse files
author
Elis Axelsson
committed
Fix namespace of Formatters in script
1 parent 9bcad02 commit a6540e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/pscss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if (has("T")) {
6060
$scss = new Compiler();
6161

6262
if (has("f")) {
63-
$scss->setFormatter('Leafo\\ScssPhp\\' . ucfirst($opts["f"]));
63+
$scss->setFormatter('Leafo\\ScssPhp\\Formatter\\' . ucfirst($opts["f"]));
6464
}
6565

6666
echo $scss->compile($data, "STDIN");

0 commit comments

Comments
 (0)