1.0.1 • Published 3 years ago

@beamwind/tailwind v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@beamwind/tailwind

ready to go beamwind with @beamwind/preflight and @beamwind/preset-tailwind

License Latest Release Bundle Size Typescript Sponsor

import { tw } from 'https://unpkg.com/@beamwind/tailwind?module'

document.body.className = tw`h-full bg-purple-500 rotate-3 scale-95`

⚡️ Check out the live and interactive demo

Installation

npm install @beamwind/tailwind

Usage

import { tw } from '@beamwind/tailwind'

tw`text-purple-500`

For further customization setup is exported:

import { tw, setup } from '@beamwind/tailwind'

setup({
  colors: {
    'red-500': 'hotpink',
  },
})

tw`text-red-500` // will result in a hotpink background-color

Support

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.

Contribute

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.

Sponsors

Kenoxa GmbH Kenoxa GmbH

License

MIT © Kenoxa GmbH