Pārlūkot izejas kodu

fix indentation issues caused because of git merge (#6501)

Madhu Dollu 2 gadi atpakaļ
vecāks
revīzija
644f299020
1 mainītis faili ar 114 papildinājumiem un 121 dzēšanām
  1. 114 121
      pixel/theme.json

+ 114 - 121
pixel/theme.json

@@ -52,7 +52,7 @@
                 }
             ]
         },
-        "custom": { 
+        "custom": {
             "gap": {
                 "horizontal": "min(30px, 5vw)",
                 "vertical": "min(30px, 5vw)"
@@ -80,69 +80,69 @@
                     "name": "DM Mono",
                     "slug": "dm-mono",
                     "fontFace": [
-						{
-							"fontDisplay": "block",
-							"fontFamily": "DM Mono",
-							"fontWeight": "300",
-							"fontStyle": "normal",
-							"fontStretch": "normal",
-							"src": [
-								"file:./assets/fonts/DMMono-Light.ttf"
-							]
-						},
-						{
-							"fontDisplay": "block",
-							"fontFamily": "DM Mono",
-							"fontWeight": "300",
-							"fontStyle": "italic",
-							"fontStretch": "normal",
-							"src": [
-								"file:./assets/fonts/DMMono-LightItalic.ttf"
-							]
-						},
                         {
-							"fontDisplay": "block",
-							"fontFamily": "DM Mono",
-							"fontWeight": "400",
-							"fontStyle": "normal",
-							"fontStretch": "normal",
-							"src": [
-								"file:./assets/fonts/DMMono-Regular.ttf"
-							]
-						},
-						{
-							"fontDisplay": "block",
-							"fontFamily": "DM Mono",
-							"fontWeight": "400",
-							"fontStyle": "italic",
-							"fontStretch": "normal",
-							"src": [
-								"file:./assets/fonts/DMMono-Italic.ttf"
-							]
-						},
+                            "fontDisplay": "block",
+                            "fontFamily": "DM Mono",
+                            "fontWeight": "300",
+                            "fontStyle": "normal",
+                            "fontStretch": "normal",
+                            "src": [
+                                "file:./assets/fonts/DMMono-Light.ttf"
+                            ]
+                        },
                         {
-							"fontDisplay": "block",
-							"fontFamily": "DM Mono",
-							"fontWeight": "500",
-							"fontStyle": "normal",
-							"fontStretch": "normal",
-							"src": [
-								"file:./assets/fonts/DMMono-Medium.ttf"
-							]
-						},
-						{
-							"fontDisplay": "block",
-							"fontFamily": "DM Mono",
-							"fontWeight": "500",
-							"fontStyle": "italic",
-							"fontStretch": "normal",
-							"src": [
-								"file:./assets/fonts/DMMono-MediumItalic.ttf"
-							]
-						}
-					]
+                            "fontDisplay": "block",
+                            "fontFamily": "DM Mono",
+                            "fontWeight": "300",
+                            "fontStyle": "italic",
+                            "fontStretch": "normal",
+                            "src": [
+                                "file:./assets/fonts/DMMono-LightItalic.ttf"
+                            ]
+                        },
+                        {
+                            "fontDisplay": "block",
+                            "fontFamily": "DM Mono",
+                            "fontWeight": "400",
+                            "fontStyle": "normal",
+                            "fontStretch": "normal",
+                            "src": [
+                                "file:./assets/fonts/DMMono-Regular.ttf"
+                            ]
+                        },
+                        {
+                            "fontDisplay": "block",
+                            "fontFamily": "DM Mono",
+                            "fontWeight": "400",
+                            "fontStyle": "italic",
+                            "fontStretch": "normal",
+                            "src": [
+                                "file:./assets/fonts/DMMono-Italic.ttf"
+                            ]
+                        },
+                        {
+                            "fontDisplay": "block",
+                            "fontFamily": "DM Mono",
+                            "fontWeight": "500",
+                            "fontStyle": "normal",
+                            "fontStretch": "normal",
+                            "src": [
+                                "file:./assets/fonts/DMMono-Medium.ttf"
+                            ]
+                        },
+                        {
+                            "fontDisplay": "block",
+                            "fontFamily": "DM Mono",
+                            "fontWeight": "500",
+                            "fontStyle": "italic",
+                            "fontStretch": "normal",
+                            "src": [
+                                "file:./assets/fonts/DMMono-MediumItalic.ttf"
+                            ]
+                        }
+                    ]
                 }
-           ],
+            ],
             "fontSizes": [
                 {
                     "name": "Small",
@@ -201,40 +201,40 @@
                 }
             },
             "core/comment-author-name": {
-				"typography": {
-					"fontSize": "var(--wp--preset--font-size--small)"
-				}
-			},
-			"core/comment-date": {
-				"typography": {
-					"fontSize": "var(--wp--preset--font-size--small)"
-				}
-			},
-			"core/comment-edit-link": {
-				"typography": {
-					"fontSize": "var(--wp--preset--font-size--small)"
-				}
-			},
-			"core/comment-reply-link": {
-				"color": {
-					"text": "var(--wp--preset--color--primary)"
-				},
-				"typography": {
-					"fontSize": "var(--wp--preset--font-size--small)",
-					"textDecoration": "underline"
-				}
-			},
-			"core/comments-title": {
-				"typography": {
-					"fontSize": "var(--wp--preset--font-size--large)"
-				}
-			},
-			"core/comment-content": {
-				"typography": {
-					"fontSize": "1.125rem",
-					"lineHeight": "1.6"
-				}
-			},
+                "typography": {
+                    "fontSize": "var(--wp--preset--font-size--small)"
+                }
+            },
+            "core/comment-date": {
+                "typography": {
+                    "fontSize": "var(--wp--preset--font-size--small)"
+                }
+            },
+            "core/comment-edit-link": {
+                "typography": {
+                    "fontSize": "var(--wp--preset--font-size--small)"
+                }
+            },
+            "core/comment-reply-link": {
+                "color": {
+                    "text": "var(--wp--preset--color--primary)"
+                },
+                "typography": {
+                    "fontSize": "var(--wp--preset--font-size--small)",
+                    "textDecoration": "underline"
+                }
+            },
+            "core/comments-title": {
+                "typography": {
+                    "fontSize": "var(--wp--preset--font-size--large)"
+                }
+            },
+            "core/comment-content": {
+                "typography": {
+                    "fontSize": "1.125rem",
+                    "lineHeight": "1.6"
+                }
+            },
             "core/gallery": {
                 "spacing": {
                     "margin": {
@@ -242,12 +242,6 @@
                     }
                 }
             },
-            "core/heading": {
-                "typography": {
-                    "fontWeight": "400",
-                    "lineHeight": "1.125"
-                }
-            },
             "core/list": {
                 "spacing": {
                     "padding": {
@@ -276,8 +270,7 @@
                 },
                 "typography": {
                     "fontSize": "clamp(1.375rem, 1.2916666666666667rem + 0.4166666666666667vw, 1.625rem)",
-                    "fontWeight": "normal",
-                    "lineHeight": "1.125"
+                    "fontWeight": "normal"
                 }
             },
             "core/pullquote": {
@@ -350,28 +343,28 @@
         },
         "elements": {
             "button": {
-				"border": {
-					"radius": "0"
-				},
-				"color": {
+                "border": {
+                    "radius": "0"
+                },
+                "color": {
                     "background": "var(--wp--preset--color--primary)",
                     "text": "var(--wp--preset--color--background)"
-				},
-				"typography": {
+                },
+                "typography": {
                     "fontSize": "var(--wp--preset--font-size--medium)",
                     "fontWeight": "normal",
-					"lineHeight": "2",
-					"textDecoration": "none"
-				},
-				"spacing": {
-					"padding": {
-						"top": "calc(0.667em + 2px)",
-						"bottom": "calc(0.667em + 2px)",
-						"left": "calc(1.333em + 2px)",
-						"right": "calc(1.333em + 2px)"
-					}
-				}
-			},
+                    "lineHeight": "2",
+                    "textDecoration": "none"
+                },
+                "spacing": {
+                    "padding": {
+                        "top": "calc(0.667em + 2px)",
+                        "bottom": "calc(0.667em + 2px)",
+                        "left": "calc(1.333em + 2px)",
+                        "right": "calc(1.333em + 2px)"
+                    }
+                }
+            },
             "heading": {
                 "typography": {
                     "fontWeight": "500",