Zell Liew
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.  But this same code works in...
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 -...
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,...