Different behaviour on different ports #2359
Unanswered
SchmidtDawid
asked this question in
Help
Replies: 1 comment 1 reply
-
Without knowing more about replicating this, could it be browser caching? If you view both pages in incognito, is the value different? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I played a little with Tailwind and it is so good. I worked on default settings project with vue cli. I make configurations, and on port 8080 everything works fine. My config rules which looks like that:
secondary: 'var(--color-bg-secondary)',
after serve are rendered as:
which is perfect for me.
But when I change port on another than 8080 by for example:
devServer: { port: 8081 },
rules are translated on color like:
Which is not fine. Why is that hapend?
Beta Was this translation helpful? Give feedback.
All reactions