Package Exports
- react-tailwind-loaders
- react-tailwind-loaders/dist/index.js
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 (react-tailwind-loaders) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-tailwind-loaders
React.js loaders build with TailwindCSS, usable in any react or next application with tailwindcss.
To make use of this package, make sure you update your tailwind config file to include the following:
Usage:
Install the package:
npm install react-tailwind-loaders
Configure tailwind.config.js:
content: [
'./node_modules/react-tailwind-loaders/**/*.{css,js}', // <- this line is important
'./src/**/*.{ts,tsx}',
],
Documentation
For full documentation, please visit the react-tailwind-loaders repository.