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')()],
}