otion
otion copied to clipboard
Atomic CSS-in-JS with a featherweight runtime
Bumps [moment](https://github.com/moment/moment) from 2.27.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
Bumps [devcert](https://github.com/davewasmer/devcert) from 1.1.3 to 1.2.1. Commits 1ed164f 1.2.1 b076321 switch from vulnerable VALID_DOMAIN regex to is-valid-domain lib (#79) fecd645 1.2.0 92a14f8 chore: bring lockfiles current be273aa Feature: Allow multiple...
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
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.3 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...
## Description `keyframes` with multiple properties are not inserted correctly. ## Reproduction https://codesandbox.io/s/otion-keyframes-multiple-properties-3d98i ## Expected behavior `keyframes` should output correct style rules like the following: ```css @keyframes _1sk3gu2 {0%{margin:5% 0;width:90%}50%{margin:18%...
## Motivation & Examples Currently `css` returns a single string with all class names, so it isn't possible to get a single class name for a specific property. For example:...