We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Home
Explore
Help
Register
Sign In
0ct0pu5
/
themes-wordpress
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Add a theme.json file so that we can support border radius in Spearhead
Ben Dwyer
4 years ago
parent
f89bc7a9f7
commit
dce048966d
1 changed files
with
10 additions
and
0 deletions
Split View
Show Diff Stats
10
0
spearhead/experimental-theme.json
+ 10
- 0
spearhead/experimental-theme.json
View File
@@ -0,0 +1,10 @@
+
+{
+ "global": {
+ "settings": {
+ "border": {
+ "customRadius": true
+ }
+ }
+ }
+}