Styling and Customizations | Yext Hitchhikers Platform

Styling

Out of the box, the starter template (https://github.com/yext/pages-starter-react-locations) uses Tailwind for styling. You can find the tailwind configuration inside of tailwind.config.cjs. Postcss is used to process the tailwind and you can find the configuration in postcss.config.cjs. Be sure to import the index.css file into your templates in order to import these styles.

You can also use many other CSS frameworks on Yext Pages. Under the hood we use Vite for building. You can learn more about CSS on Vite on their documentation .

Feedback