-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for @ disappearing in CSS breaks colours CSS :( #722
Comments
oh no! sorry about that — not in a position to fix it right now, but will prioritise it as soon as I am |
Is the svelte website down for anyone else? repl link brings me to a zeit.co page. |
Ugh, yeah — just merged a PR on svelte.technology, and that triggered a redeploy (CI). It's supposed to only alias after a successful deploy, must be improperly configured. No idea why it's taking so long to build — now flakes out like this sometimes. I'll try deploying from this machine instead. |
Fixed now |
(the website, not this issue!) |
Fixed in 1.26.2 — thanks |
It appears that the fix for
@
in CSS stops colours being rendered correctly.I'm seeing:
rendered in my browser, and all my colours have disappeared.
Reproduction - inspect the
h1
element to see the broken CSS:https://svelte.technology/repl?version=1.26.0&gist=69efbf45d04be6b8f3117cc5fa7025c8
The text was updated successfully, but these errors were encountered: