Просмотр исходного кода

Add experimental theme.json to seedlet

This change adds the experimental-theme.json to seedlet so that it can
properly style a link color in the Block Editor.

This JSON structure is correct for Gutenberg < 9.9 and will need to be
updated.
Jason Crist 4 лет назад
Родитель
Сommit
ad86b2f713
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      seedlet/experimental-theme.json

+ 9 - 0
seedlet/experimental-theme.json

@@ -0,0 +1,9 @@
+{
+	"global": {
+		"styles": {
+			"color": {
+				"link": "var( --global--color-primary )"
+			}
+		}
+	}
+}