You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, add the following safelist configuration to your `tailwind.config.js` to ensure animation classes are not purged:
30
-
31
-
```js
32
-
module.exports= {
33
-
// ... other config
34
-
safelist: [
35
-
'animate-spin',
36
-
'animate-pulse',
37
-
'animate-bounce'
38
-
],
39
-
}
40
-
```
41
-
42
23
### Custom Theme
43
24
44
25
You will need to [create a custom theme](https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme) for the styles to be applied correctly.
45
26
27
+
Make sure you add the following to your `theme.css` file.
0 commit comments