-
-
Notifications
You must be signed in to change notification settings - Fork 966
Closed
Description
UnoCSS version
66.1.4
Describe the bug
Based on tailwind:
https://tailwindcss.com/docs/grid-column#using-a-custom-value
We are still missing some grid classes for example:
'col-11',
'-col-12',
'col-span-$variable',
'row-11',
'-row-12',
'row-span-$variable',
I've noticed this is available by scanning tailwind's test case:
https://github.com/tailwindlabs/tailwindcss/blob/main/packages/tailwindcss/src/utilities.test.ts
I would love to help add those missing classes so I might submit multiple PRs to cover other missing classes.
Reproduction
System Info
No response
Validations
- Read the Contributing Guidelines.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels