ready to go beamwind tailwind theme and preflight
npm install @beamwind/tailwind> ready to go beamwind with @beamwind/preflight and @beamwind/preset-tailwind





``js
import { tw } from 'https://unpkg.com/@beamwind/tailwind?module'
document.body.className = twh-full bg-purple-500 rotate-3 scale-95`
> ⚡️ Check out the live and interactive demo
- Installation
- Usage
- Support
- Contribute
- Sponsors
- License
`sh`
npm install @beamwind/tailwind
`js
import { tw } from '@beamwind/tailwind'
twtext-purple-500`
For further customization setup is exported:
`js
import { tw, setup } from '@beamwind/tailwind'
setup({
colors: {
'red-500': 'hotpink',
},
})
twtext-red-500 // will result in a hotpink background-color``
This project is free and open-source, so if you think this project can help you or anyone else, you may star it on GitHub. Feel free to open an issue if you have any idea, question, or you've found a bug.
Thanks for being willing to contribute!
Working on your first Pull Request? You can learn how from this _free_ series How to Contribute to an Open Source Project on GitHub
We are following the Conventional Commits convention.
 Kenoxa GmbH