JuZz
1
Hi
I have an install of the Typhoon theme and the bg-primary-darker class stopped working after an update.
I have done a fresh install of the latest version of grav with the typhoon theme one page skeleton and I am having the same issue.
Any ideas?
1 Like
Hi,
Have you find the issue ?
Same with a new fresh install
Cheers
JuZz
4
No, I still have the issue.
For now, I am using bg-blue-700 as its close to a darker version of my primary colour.
Hi,
Found the typo
In the tailwind.config.js file
Search for color-primary__darker to add β before
before
color-primary__darker
after
βcolor-primary__darker
and
npm run build
And voila