We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
0ct0pu5
/
themes-wordpress
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Selaa lähdekoodia
Add a theme.json file so that we can support border radius in Spearhead
Ben Dwyer
4 vuotta sitten
vanhempi
f89bc7a9f7
commit
dce048966d
1 muutettua tiedostoa
jossa
10 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
10
0
spearhead/experimental-theme.json
+ 10
- 0
spearhead/experimental-theme.json
Näytä tiedosto
@@ -0,0 +1,10 @@
+
+{
+ "global": {
+ "settings": {
+ "border": {
+ "customRadius": true
+ }
+ }
+ }
+}