---
title: Themes and Assets
weight: 6
---

## Compiling assets

we use [tailwind Css](https://tailwindcss.com/) and custom themes by filament, make sure you are familiar with [tailwindcss configuration](https://tailwindcss.com/docs/configuration), and how to make custom [filament theme](https://filamentphp.com/docs/2.x/admin/appearance#building-themes).

### Custom Classes:

You need to add these files to your `tailwind.config.js` file in the `content` section.

* frontend:
  * `./vendor/lara-zeus/core/resources/views/**/*.blade.php`
  * `./vendor/lara-zeus/sky/resources/views/themes/**/*.blade.php`

* filament:
  * `./vendor/lara-zeus/sky/resources/views/filament/**/*.blade.php`
