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:09:42 +00:00
parent f89bc7a9f7
commit dce048966d

View file

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