Often I’m adding autolayout around a frame/component/element, and the default vertical and horizontal padding is 10px. As well, the gap applied is 10px.
It would be amazing to set the default padding and gap to auto-layout elements. This would help with keeping your files clean, but also, to ensure that redundant CSS properties are not added to dev mode output.
Clearing and resetting these properties takes time and often the gap is not cleared due to the property not having an affect on single children.
Thanks!