Fix rounding

This commit is contained in:
Mister Rajoy
2021-04-16 15:42:12 +02:00
parent 15b16315f0
commit eefb4080ac

View File

@@ -423,7 +423,7 @@
"type": "number",
"name": "Border Radius",
"description": "Change the rounding",
"css": "::root{--rounding: $;} *,*::before,*::after{border-radius: var(--rounding) !important;}",
"css": "*,*::before,*::after{border-radius: $ !important;}",
"default": "0"
},
{