Hello All. I am on using css grid and i want it to be responsive. I am using tailwind css. The video that shows how to use CSS grid from pinegrow says that he should’ve used classess. Talwind does use classes i think and i’m wondering how to do it.
TL;DR
How do i use tailwind css and css grid to make my webpage responsive?
@TytanCodes
The CSS Grid implementation in Pinegrow is designed for use without relying on a framework. (by using standard HTML/CSS)
TailwindCSS provides its own set of utility classes accessible through Pinegrow’s Properties panel.
Check out Tailwind’s documentation for more information on these utility classes.
For example:
1 Like