Package Exports
- @whiterussianstudio/tailwind-debug-mq
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 (@whiterussianstudio/tailwind-debug-mq) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Tailwind CSS Debug Media Queries
Tailwind component that shows the active breakpoint.
Installation and usage
npm install @whiterussianstudio/tailwind-debug-mq --save-dev
Add plugin to plugins
array in tailwind.config.js.
plugins: [
require('@whiterussianstudio/tailwind-debug-mq'),
...
]
Add debug-mq
class to your body
<body class="debug-mq">
...
</body>