@mhsajjadhossain/tailwindcss-tailstrap-grid-system
v1.0.1
Published
Tailstrap grid system allows you to use the same 12 column grid system, containers and rows into your tailwind css projects.
Downloads
5
Maintainers
Readme
Welcome to StackEdit!
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.