@mhsajjadhossain/tailwindcss-tailstrap-grid-system

1.0.1 • Public • Published

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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.13latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.13
1.0.04

Package Sidebar

Install

npm i @mhsajjadhossain/tailwindcss-tailstrap-grid-system

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

5.65 kB

Total Files

7

Last publish

Collaborators

  • mhsajjadhossain