Relative Content

Tag Archive for typescriptsafaritailwind-css

TailwindCSS media breakpoints not working on Safari

I am trying to make a simple side navbar that changes size based on browser size. No matter what class is used with a media breakpoint it does not work. I also tried modifying the tailwind config file and it still did not work. However, as soon as I went to test on Chrome instead of Safari the breakpoints are working. What could I be missing in either my styling, tailwind config, or even Safari config that is keeping the breakpoints from working?