0.0.2 • Published 1 year ago

tailwindcss-container-fluid v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

tailwindcss-container-fluid

NPM version NPM monthly download

A plugin that makes a fluid container

Installation

npm install -D tailwindcss-container-fluid

Then add the plugin to your tailwind.config.js file:

// tailwind.config.js
module.exports = {
  theme: {
    container: {
      center: true,
    },
  },
  plugins: [require('tailwindcss-container-fluid')({spacing: 3})],
};

Usage

<div class="container container-fluid "></div>

License

MIT

0.0.2

1 year ago

0.0.1

1 year ago