Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add max-w-{width} class. #111

Merged
merged 2 commits into from
Jan 7, 2022
Merged

Conversation

xiCO2k
Copy link
Collaborator

@xiCO2k xiCO2k commented Dec 16, 2021

This PR adds the capability of limiting the width of an element.

Example:

render(<<<HTML
<div class="w-full max-w-20 bg-red"></div>
HTML);

Output:

image

@xiCO2k
Copy link
Collaborator Author

xiCO2k commented Jan 7, 2022

ping @nunomaduro

@nunomaduro nunomaduro merged commit 4ea9186 into nunomaduro:master Jan 7, 2022
@xiCO2k xiCO2k deleted the feat/add-max-w branch January 26, 2022 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants