Flex Not Working...Any Ideas? #10963
-
Hey everyone, I'm new to Tailwind, however not new to CSS. I've just started putting a layout together and the flex property is not working as expected. The expected behaviour is for the div's to line up in a row, however they are not. This is the code:
And this is the output: Any help would be greatly appreciated, I'm not sure what I'm missing. Tailwind is integrated properly, other utility classes are recognised, but flex and flex-row don't seem to be doing anything. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Despite your assertion, it seems like Tailwind is not integrated properly for this piece of DOM. Consider checking that the |
Beta Was this translation helpful? Give feedback.
Thanks for the prompt response. Yeah I actually just discovered that I didn't have the CLI build process running. 🤪