Jairo Tylera
Jairo Tylera
I would love to see it added too!
Yes, that's exactly what I meant. It would save us a lot of boilerplate code when defining `UILayoutGuide` related constraints.
I'm also in the need for this, I can contribute with a pull request if welcome.
Sounds good to me!
Removing WIP tag as I finished adding tests and they have successfully passed
Adding WIP status again as I'll rethink the algorithm to also include uppercase letters further increasing compression of minified class names
@timneutkens Although tests pass, building a project using my local copy is spitting multiple warnings like the one below. > Conflict: Multiple assets emit different content to the same filename...
> @timneutkens Although tests pass, building a project using my local copy is spitting multiple warnings like the one below. > > > Conflict: Multiple assets emit different content to...
Added missing unit tests and removed the WIP tag. now that this PR is complete I'm welcoming any feedback you guys may land :)
I came to an edge case where a generated class name could potentially cause conflict when using a third party CSS library (example: `fa` class in fontawesome). I've thought of...