Merge pull request #3106 from Automattic/fix/3093

Add a theme.json file so that we can support border radius in Spearhead
This commit is contained in:
Ben Dwyer 2021-01-26 14:35:48 +00:00 committed by GitHub
commit d5ba2f5216
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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