Add a theme.json file so that we can support border radius in Spearhead
@@ -0,0 +1,10 @@
+
+{
+ "global": {
+ "settings": {
+ "border": {
+ "customRadius": true
+ }
+}