1.0.0 • Published 4 years ago

@nsmdnl/tailwindcss-subgrid v1.0.0

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

Tailwind CSS Subgrid Plugin

A Tailwind CSS plugin that adds subgrid functionality. 🚀

Installation

yarn add tailwindcss-subgrid

or

npm i tailwindcss-subgrid

Include the plugin in your project's tailwind.config.js:

plugins: [
  require('tailwindcss-subgrid')
]

How to use

This plugin adds two utility classes to your project.

grid-cols-subgrid

and

grid-rows-subgrid

That's it! Have fun!

Note

Please note that Subgrid is currently only supported in Firefox. You can check its browser support on Can I Use and learn more about how to use on MDN.

1.0.0

4 years ago