raam
raam copied to clipboard
Beautifully boring cosmetic-free primitives for structure and layout.
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.2.2 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.21 to 0.7.31. Commits 97f3368 Bump version 0.7.31 b86860e Merge pull request #546 from hansott/master 157af1e Merge pull request #547 from sunny-mwx/patch-1 b4cfe1b Merge pull request #535...
Bumps [next](https://github.com/vercel/next.js) from 9.5.5 to 11.1.3. Release notes Sourced from next's releases. v11.1.3 See https://github.com/vercel/next.js/releases/v12.0.5 for details about this patch. v11.1.3-canary.105 Core Changes Update swc-minify-enabled link: #30290 Fix middleware header...
> ⚠️ **Please note**: V1 is still a work in progress and prone to bugs/sudden API changes. # RFC: Version 1 ## TL;DR - **raam** V1 introduces a new "mixins"...
I'd love to get this working in a way so it's re-usable for other CSS composition methods: - styled-components - vanilla CSS - etc.
- [x] Gap should handle when `flexWrap` is applied responsively (ie. `flexWrap={['nowrap', 'wrap']}`). This would make `Flex` safer to use on its own rather than rely on the presets. https://github.com/joe-bell/raam/pull/10...