1.0.0 • Published 1 year ago

tailwindcss-bleed v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

tailwindcss-bleed

Easy to use full-bleed layout.

Basic usage

<!-- Child elements have space on the left and right -->
<div class="bleed-4">
  <!-- Hero image in full-bleed -->
  <div class="bleed-none"></div>
  <div>Contents</div>
  <div>Contents</div>
  <div class="bleed-none">Contents in full-bleed</div>
</div>
class
bleed-{spacing}Space the left and right by the spacing.
bleed-noneIgnore spaces
1.0.0

1 year ago

0.0.1

1 year ago