Damian Senn
Damian Senn
Hi! No this behavior is not intended and I haven't observed this in my application :thinking:
I want a way to define global configuration variables like API endpoints or production / development URLs, disabling Logging in production etc. I've done these things in Ember.js with the...
Nice this works! We should probably make this easier to use or put some documentation on this on glimmerjs.com Let me know how I can help out with this.
Seems like `penthouse` has different error correction code in newer versions, it has especially trouble with minified css as unminified seems to work fine.
I've fixed the CSS that triggered a parse error in `penthouse` and the problem still persists. Sorry for the noise.
No, this generates even less (and a bit different) css. 🙁 0.5.4 with critical 1.1.0 ```css @charset "UTF-8"; .logo-path { fill: currentColor; } .root { min-height: 100vh; display: flex; flex-direction:...
0.5.4 with critical 0.9.1 gives me yet another output 0.5.4 with critical 0.9.1 ```css @charset "UTF-8"; .header-icon > svg > path, .logo-path { fill: currentColor; } .hamburglar, a { color:...
Please stop unnecessarily approving this PR. It adds noise to anyone who is subscribed. As a maintainer of OSS stuff myself, I can guarantee you, that adding noise will not...
On point `8. We should be able to indent lines that are wrapped by a certain amount`. I'd say we (or at least I) would want it to be by...
You can use `:root` for this. By default `:root` will be dropped though, so if you want to select `html` you can either disable the `dropRoot` option or prefix `html`...