Andreas Larsen

Results 233 comments of Andreas Larsen

Sounds great @ahmadalfy — would you mind just doing a PR? I could also add you as maintainer if you'd prefer that.

All non brand icons should be CC0 — please just add a pull request to fix that 👍

I've added the whitespace by design because then I get consistent layout of icons but it could prolly be a good idea to remove it to be more flexible in...

I don't think the order is important — e.g. this ```CSS :root { --width: 40px; --max-width: calc(50vw - var(--width)); } ``` and this ```CSS :root { --max-width: calc(50vw - var(--width));...

@dancras thanks for the hack, currently using it too but added to `postinstall` lifecycle script to have it run on both https://docs.npmjs.com/cli/v8/using-npm/scripts#npm-ci and https://docs.npmjs.com/cli/v8/using-npm/scripts#npm-install ``` "scripts": { ...existing scripts here,...

FWIW this works just fine too. (I tend not to care about throwing errors because they are of limited value in a build step like this) ```ts import fs from...

![imageoptim](https://user-images.githubusercontent.com/3859425/46467101-37038200-c7cd-11e8-9f1b-f74a948be11f.png) Maybe something like this. In list/active view the drop zones could collapse to the bottom (can make a quick mockup if interested).

Id still vote form #7F7F7F since you might be working in a team where only some members are in dark mode :)

> For anyone using yarn, overriding the `jest-mock` version using `resolutions` Or with [overrides](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides) in npm, confirmed working.

Hmm, only temporarily fixed it — issue's back again EDIT: It appears to be when i have my laptop in fullscreen mode but my external monitor i "normal" mode with...