Andy Ford
Andy Ford
> I'm taking care of a design system done in storybook and I'm getting plenty of complaints from developers who can't copy e.g. color codes or spacing values from DocPages...
> It seems this behavior is intentional... see #15559. I'm not 100% sure... You can still manually select and copy rendered text inside of the code blocks. But you can't...
I also ran into this problem and never found a gulp-rev based solution. I ended up using gulp-hash instead.
I just ran into this error (only when I have `hook: "writeBundle"` set) using rollup 2.60.0 and rollup-plugin-copy 3.4.0
Thanks @gregjacobs! That's exactly what I needed! I feel a little silly for missing `replaceFn` in the docs. Quick note: if any one else needs this bit of code, there's...
I needed to upgrade a legacy project from node 14 to node 16 and also ran into this problem after updating `node-sass` to the latest version (8.0.0 at time of...
This happened to me yesterday as I was speaking to my coworkers about the current creepiness surrounding the NSA and PRISM. After seeing this repo I opened the stopwatching.us site...
Sorry I haven't been able to test this but I can't imagine relying on a user setting like `prefers-reduced-motion` would be very reliable especially in automated contexts. Also `window` may...