JSPM

@tkh/tailwind-plugin-full-bleed

1.6.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q14786F
  • License MIT

Tailwindcss plugin to break elements out of width constraints and take up the full viewport

Package Exports

  • @tkh/tailwind-plugin-full-bleed

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@tkh/tailwind-plugin-full-bleed) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@tkh/tailwind-plugin-full-bleed

Tailwindcss plugin to break elements out of width constraints and take up the full viewport.

Install

npm install @tkh/tailwind-plugin-full-bleed

Usage

Merge the plugin configuration with your tailwind.config.js

module.exports = {
  plugins: [require('@tkh/tailwind-plugin-full-bleed')()],
}