Felix Spöttel
Felix Spöttel
This is a known issue with this method, I'm working on a fork that uses `display: flex`with the current ìnline-block`-grid as a fallback to circumvent this issue once and for...
What do you want to achieve exactly? If you just want to use regular classes for setting common stuff like `grid`and `grid__item` in your markup, you could do something like...
Looks fantastic after a quick test, thank you!
This approach has its own limitations: It does not work on pre-Jellybean Android and breaks the usage of em on .grid elements. (would need to use rem and therefore px-fallback...
Yeah I agree, but quite useless if you use a cms to manage content.
If I run the linked example _exactly as is_: ```js const { deserialise } = require("kitsu-core"); deserialise({ data: { id: '1', relationships: { user: { data: { type: 'users', id:...
Thank you for the fix! :)
I think this can now be fixed via: ```ts "workbench.colorCustomizations": { "[Nord]": { "list.activeSelectionIconForeground": "#2e3440", } } ``` If wanted, I can open a PR.
Changing `type = javascript` to `type = webpack` in `wrangler.toml` "fixed" this issue for me. Apparently, it was somehow caused by using module syntax `import / export` for local files...