Environments - Tailwinds custom colours failing to load. - upgrading from 4.3.1 > 4.6.2 #1121
Unanswered
landoDanziger
asked this question in
Q&A
Replies: 1 comment
-
|
I re-wrote all my templates in the new components syntax using chat gpt and co-pilot and it works fine. I suspect the custom paths I had may have caused an issue, but tbh I am happy to be finally almost up to date in time for the neeeext upgrade. :D I really love the new components, the script props - it has simplified my shortcode structure no end. Component nesting is working really well, and assigning locally, or through the page.object, with a fallback for dev is working great. All the stacks pull push stuff seems great too, and a lot more flexible. Will get rid of a few of the barbaric hacks I was using. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using different environments for ESPs and for BRANDS.
When upgrading from 4.3.1 . 4.6.2 - custom colours no longer load in components - anyone come across this?
build: {
fail: 'verbose',
tailwind: {
config: 'tailwind-outlet.config.js',
css: 'src/css/outlet-tailwind.css',
},
The colours do work if I write them in the template - but not in components - I will try and learn the new component system - and see if it works there.
Works in 4.3.1
EDITL Actually - i must have dreamt it - I'm not getting any custom tailwinds colours in my builds, regardless of ENV.
Beta Was this translation helpful? Give feedback.
All reactions