Преглед изворни кода

Merge pull request #3106 from Automattic/fix/3093

Add a theme.json file so that we can support border radius in Spearhead
Ben Dwyer пре 4 година
родитељ
комит
d5ba2f5216
1 измењених фајлова са 10 додато и 0 уклоњено
  1. 10 0
      spearhead/experimental-theme.json

+ 10 - 0
spearhead/experimental-theme.json

@@ -0,0 +1,10 @@
+
+{
+	"global": {
+		"settings": {
+			"border": {
+        		"customRadius": true
+			}
+		}
+	}
+}