-
-
Notifications
You must be signed in to change notification settings - Fork 331
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
Chore/list wrapping #2200
Chore/list wrapping #2200
Conversation
🦋 Changeset detectedLatest commit: 15a2ecd The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@SebasF1349 I see you went with |
I guess you meant Unless you meant In any case, I added both |
Whatever provides the results shown in the original post, but without splitting mid-word please! |
Fixed removing the classes altogether, as that's the normal behaviour ( |
Linked Issue
Closes #2198
Description
Fix to lists not wrapping.
Note: As whitespace-normal is the default behaviour, looks like it's not even necessary to specify it, but I add it to be consistent with
.list li
styles.Changsets
Instructions: Changesets automate our changelog. If you modify files in
/packages/skeleton
, runpnpm changeset
in the root of the monorepo, follow the prompts, then commit the markdown file. Changes that add features should beminor
while chores and bugfixes should bepatch
. Please prefix the changeset message withfeat:
,bugfix:
orchore:
.Checklist
Please read and apply all contribution requirements.
dev
branch (NEVERmaster
)docs/
,feat/
,chore/
,bugfix/
pnpm check
pnpm format
pnpm test