Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0f6eafc

Browse filesBrowse 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
Copy full SHA for 0f6eafc

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎frontend/encore/postcss.rst

Copy file name to clipboardExpand all lines: frontend/encore/postcss.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.