Add a theme.json file so that we can support border radius in Spearhead
This commit is contained in:
parent
f89bc7a9f7
commit
dce048966d
1 changed files with 10 additions and 0 deletions
10
spearhead/experimental-theme.json
Normal file
10
spearhead/experimental-theme.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
{
|
||||
"global": {
|
||||
"settings": {
|
||||
"border": {
|
||||
"customRadius": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue