We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
0ct0pu5
/
themes-wordpress
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Browse Source
Add a theme.json file so that we can support border radius in Spearhead
Ben Dwyer
4 năm trước cách đây
mục cha
f89bc7a9f7
commit
dce048966d
1 tập tin đã thay đổi
với
10 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
10
0
spearhead/experimental-theme.json
+ 10
- 0
spearhead/experimental-theme.json
Xem Tập Tin
@@ -0,0 +1,10 @@
+
+{
+ "global": {
+ "settings": {
+ "border": {
+ "customRadius": true
+ }
+ }
+ }
+}