Selaa lähdekoodia

Add a theme.json file so that we can support border radius in Spearhead

Ben Dwyer 4 vuotta sitten
vanhempi
commit
dce048966d
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. 10 0
      spearhead/experimental-theme.json

+ 10 - 0
spearhead/experimental-theme.json

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