Garrick Aden-Buie
Garrick Aden-Buie
To reply directly to some of your points... > For projects, DESCRIPTION creates a second place to declare dependencies that can conflict with the `renv.lock` if they're not dutifully maintained....
> Okay! You've convinced me this is worth exploring further. Awesome 😃 > Just because one of the reasons I created `capsule` was I wanted something that didn't have to...
[](https://unsplash.com/photos/GBHhIyWftHs)
[](https://www.cygnus-x1.net/links/lcars/star-trek-blueprints.php)
https://www.flickr.com/photos/tonydowler/59722304/in/photostream/
[](https://unsplash.com/photos/KRELIShKxTM)
 https://pixabay.com/illustrations/lowpoly-3d-blender-polygon-tree-3494476/
Okay, as I understand it (I might be wrong), modernizr will add the `no-offset-path` class on a top-level element, like the `` element. So rather than placing the `no-offset-path` CSS...
Btw, those CSS lines are what's called a _browserhack_. Ideally that CSS will only work on Safari browsers: ```css @media not all and (min-resolution:.001dpcm) { @media { /* rules that...
One other challenge you'll likely run into, I've minimized the `build-your-universe.css` CSS. For dev and preview, you'll need to change `build-your-universe.min.css` in the slide's YAML to `build-your-universe.css`. If you want...