Added colour not working
I've added the following colours to my site in a service provider with the following code:
However, when I try to use one of them in a view like so:
It doesn't colour anything. What am I doing wrong?
(I've built assets)
However, when I try to use one of them in a view like so:
It doesn't colour anything. What am I doing wrong?
(I've built assets)
Solution
You need a custom theme if you are using any custom views so you can tell tailwind to scan those files.