Results 9 issues of Zell Liew

There's an issue when trying to update bower components when there are unstable versions available. Here, I already have `jquery#2.1.4` (latest stable version), but `bower-update` shows a `3.0.0-alpha`. When I...

I noticed the blue tokens changed to green (after startup) today in my JavaScript file. Is this intentional? Is there a bug somewhere? Or does this only happen to me?...

Signed-off-by: Zell Liew [email protected]

@LeaVerou. Thanks for this awesome repo. I'm going to use it for my next presentation :) Just wondering, will you be interested to add sass + browsersync into CSSS to...

### Describe the Bug The `` comment doesn't work in `.astro` files. Prettier continues to format the content. ![Kapture 2022-10-01 at 18 45 59](https://user-images.githubusercontent.com/3607637/193406237-7713cd36-dad9-443b-9827-8fd68c77b714.gif) But this same code works in...

feature

That would be cool :)

## What page(s) did you find the problem on? - https://developer.mozilla.org/en-US/docs/Web/API/Request/credentials - https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials ## Specific page section or heading? - Under Syntax > Value for the request credentials page -...

Content:WebAPI
Content:HTTP
area: Fetch/XMLHttpRequest

Is it possible specify the order of custom properties? Example: ``` /* written */ --border-color: red; --border-width: 2px; ``` ``` /* fixed */ --border-width: 2px; --border-color: red; ``` If yes,...