Skip to content
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

Closed
antony opened this issue Jul 25, 2017 · 6 comments
Closed

Fix for @ disappearing in CSS breaks colours CSS :( #722

antony opened this issue Jul 25, 2017 · 6 comments

Comments

@antony
Copy link
Member

antony commented Jul 25, 2017

It appears that the fix for @ in CSS stops colours being rendered correctly.

I'm seeing:

    background-color: \#009fdf;
    border-bottom: 3px solid \#02719e;

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

@Rich-Harris
Copy link
Member

oh no! sorry about that — not in a position to fix it right now, but will prioritise it as soon as I am

@PaulBGD
Copy link
Member

PaulBGD commented Jul 25, 2017

Is the svelte website down for anyone else? repl link brings me to a zeit.co page.

@Rich-Harris
Copy link
Member

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.

@Rich-Harris
Copy link
Member

Fixed now

@Rich-Harris
Copy link
Member

Fixed now

(the website, not this issue!)

Rich-Harris added a commit that referenced this issue Jul 27, 2017
Rich-Harris added a commit that referenced this issue Jul 28, 2017
@Rich-Harris
Copy link
Member

Fixed in 1.26.2 — thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants