Properties for devpack

Hi everyone,

regarding the properties I realized while for the themeSpacing we have an option to use a single value for borders. That is not available.

When dealing with SVG’s it might be nice to have just a single option not always all the 4 sides.

Agreed, that would be a nice addition!

For now we’re using a text field (not ideal, but it works).

Like this:

{
  "title": "Border Width",
  "id": "borderWidth",
  "format": "border-[{{value}}px]",
  "number": {
    "default": 10
  }
}

Yeah I noticed that. Did that myself as well. Was more related to the fact that the predefined border width could be used :smiley:

1 Like