tailwind-objects
v0.1.0-alpha.1
Published
Style objects for tailwind.
Downloads
2
Maintainers
Readme
Tailwind Objects
This tailwind plugin provides common objects:
Objects
Container
Classes: o-container
, o-container-{spacing}
, o-container-{maxWidth}-
{spacing}
A container object defines the max-width of the content and the min spacing to the window edge.
Stack
Classes: o-stack
, o-stack-{spacing}
A stack object defines the vertical space between objects.
Inline
Classes: o-inline
, o-stack-{spacing}
, o-stack-{spacingX}-{spacingY}
An inline object defines the horizontal and vertical space between flexible objects.
Bleed
Classes: o-bleed
, o-bleed-none
A bleed allows breaking out of a container to its full size.
TODO
- [ ] Media Object
- [ ] Grid Object