Skip to content

Commit 0f6eafc

Browse files
authored
Remove trailing comma from postcss.rst
The browserslist key doesnt allow trailing commas so we shouldn't use them here.
1 parent 0c3ef41 commit 0f6eafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/postcss.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ support. The best-practice is to configure this directly in your ``package.json`
6767
6868
{
6969
+ "browserslist": [
70-
+ "defaults",
70+
+ "defaults"
7171
+ ]
7272
}
7373

0 commit comments

Comments
 (0)