beercss / beercss

Build material design interfaces in record time... without stress for devs... πŸΊπŸ’›
https://www.beercss.com
MIT License
937 stars 47 forks source link

The `auto-padding` class should not exist #296

Closed jonasgeiler closed 3 weeks ago

jonasgeiler commented 3 weeks ago

There is no auto value for padding in CSS, only for margin.

The class is defined here: https://github.com/beercss/beercss/blob/15104221584466af436a09a817be80865e1d444c/src/cdn/helpers/paddings.css#L13-L15

And here is the padding syntax description from MDN: https://developer.mozilla.org/docs/Web/CSS/padding#syntax

leonardorafael commented 3 weeks ago

True