Browse Source

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

Ben Dwyer 4 years ago
parent
commit
dce048966d
1 changed files with 10 additions and 0 deletions
  1. 10 0
      spearhead/experimental-theme.json

+ 10 - 0
spearhead/experimental-theme.json

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