File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ public function __toString()
465
465
}
466
466
elseif ($ class === "CssAtKeyframesStartToken " )
467
467
{
468
- $ r [] = $ indent . "@keyframes \"" . $ token ->Name . "\"" ;
468
+ $ r [] = $ indent . "@keyframes " . $ token ->Name ;
469
469
$ r [] = $ this ->indent . $ indent . "{ " ;
470
470
$ level ++;
471
471
}
@@ -1840,7 +1840,7 @@ public function __toString()
1840
1840
}
1841
1841
elseif ($ class === "CssAtKeyframesStartToken " )
1842
1842
{
1843
- $ r [] = $ indent . "@keyframes \"" . $ token ->Name . "\ " { " ;
1843
+ $ r [] = $ indent . "@keyframes " . $ token ->Name . " { " ;
1844
1844
$ level ++;
1845
1845
}
1846
1846
elseif ($ class === "CssAtMediaStartToken " )
@@ -4467,7 +4467,7 @@ public function __toString()
4467
4467
{
4468
4468
return "@-moz-keyframes " . $ this ->Name . " { " ;
4469
4469
}
4470
- return "@ " . $ this ->AtRuleName . " \"" . $ this ->Name . "\ "{ " ;
4470
+ return "@ " . $ this ->AtRuleName . " " . $ this ->Name . "{ " ;
4471
4471
}
4472
4472
}
4473
4473
You can’t perform that action at this time.
0 commit comments