1.0.1 • Published 3 years ago

@mhsajjadhossain/tailwindcss-tailstrap-grid-system v1.0.1

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

Welcome to StackEdit!

enter image description here

Tailstrap Grid System- is a plugin that provides a set of utility classess that allows you to use the same 12 column grid system, containers and rows into your tailwind css projects.The installetion guide and use guides are down below.

Installation

For getting started with tailstrap-grid-system you just need to run the command below.

npm install tailwindcss-tailstrap-grid-system

Configaring

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

// tailwind.config.js
module.exports = {
  // ...
  plugins: [
    // ...
    require('tailwindcss-tailstrap-grid-system'),
    // ...
  ],
};

License

tailwindcss-tailstrap-grid-system is licensed under the MIT License.