This file is used by Laravel Mix to generate the TailwindCSS app.css file.
You'll probably already know by now that a compiled file is already shipped with Hyde.
However, if you wish to add custom classes, this is a great place to do it.
See the `webpack.mix.js` file to learn more about compiling assets.
/*
* This file is loaded into your Hyde/Hyde installation and is used to generate the TailwindCSS for your project.
* You can use this file to customize your TailwindCSS or to add new classes.
*/
@tailwind base;
@tailwind components;
@tailwind utilities;