瀏覽代碼

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

Ben Dwyer 4 年之前
父節點
當前提交
dce048966d
共有 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
+			}
+		}
+	}
+}