Custom stuff like grid? #1616
jenstornell
started this conversation in
General
Replies: 2 comments 1 reply
-
You can see all the display utilities here: https://tailwindcss.com/docs/display/
|
Beta Was this translation helpful? Give feedback.
0 replies
-
We definitely support grid, look for the "Grid" section in the documentation sidebar: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to Tailwind. In fact, I've seen like 10 videos about it but not yet done anything with it. Before I make my mega project I want to know that I don't need to start all over again without Tailwind later.
Grid
Now I talk about css
display:grid;
. What I can see it's not supported by Tailwind, at least not any utility classes for it.I work a lot with grids as it's very powerful. Switching to tailwind it looks like I will use Flexbox more?
I've seen custom css can be added to the css file. Is that what we do when we need to use grid?
Beta Was this translation helpful? Give feedback.
All reactions