Fix rounding
This commit is contained in:
@@ -423,7 +423,7 @@
|
|||||||
"type": "number",
|
"type": "number",
|
||||||
"name": "Border Radius",
|
"name": "Border Radius",
|
||||||
"description": "Change the rounding",
|
"description": "Change the rounding",
|
||||||
"css": "::root{--rounding: $;} *,*::before,*::after{border-radius: var(--rounding) !important;}",
|
"css": "*,*::before,*::after{border-radius: $ !important;}",
|
||||||
"default": "0"
|
"default": "0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user