stitches-utils icon indicating copy to clipboard operation
stitches-utils copied to clipboard

Helpful stitches shorthand utilities combined in one package

Results 5 stitches-utils issues
Sort by recently updated
recently updated
newest added

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies

In the next release, the util API will change to: ```js utils: { mx: (value, config) => ({}) } ``` PR: https://github.com/modulz/stitches/pull/209

breaking-change

It would be great if utils could be typed against the tokens. Currently, it only displays the valid CSS Properties: ![image](https://user-images.githubusercontent.com/372831/92877373-64bac200-f40b-11ea-86a1-96da1d0be73f.png) We have an issue opened in Stitches about improving...

enhancement