tailwindcss-bootstrap-replacement

1.0.3 • Public • Published

Bootstrap drop in replacement for TailwindCSS

Npm Version Monthly Downloads

The why?

I didn't want to "re-create" bootstrap, just make life a little easier...

Ever wrote a site for yourself or a client... then you discovered Tailwind?

Yeah... the pain is real. When we go down that rabbit hole of converting our site to tailwind, there is a lot to fix and change.

This package will fix the majority of those problems you face.

Preview

Buttons Preview Typography Preview

There is more than just buttons and typography, view the demo below


Install

  1. Install the plugin
# Using npm
npm i tailwindcss-bootstrap-replacement --save-dev

# Using yarn
yarn add npm i tailwindcss-bootstrap-replacement -D

2. Add the plugin to your Tailwind config file
module.exports = {
  future: {
    // removeDeprecatedGapUtilities: true,
    // purgeLayersByDefault: true,
  },
  purge: [
  ],
  theme: {    
  },
  variants: {},
  plugins: [
    require('tailwindcss-bootstrap-replacement')
  ],
}

Credits

Package Sidebar

Install

npm i tailwindcss-bootstrap-replacement

Weekly Downloads

19

Version

1.0.3

License

MIT

Unpacked Size

210 kB

Total Files

5

Last publish

Collaborators

  • itsmrsammeh