/stitches

CSS-in-JS with near-zero runtime, SSR, multi-variant support, and a best-in-class developer experience.

Primary LanguageJavaScriptMIT LicenseMIT

stitches

Fork of Stitches [Temporary]

Purpose

This fork add friendly class names to stitches.

Installation

Until these improvement gets merged into the original Stitches (if it ever does), you can install a particular version of this fork (e.g., v1.0.0-canary.10) via:

npm install 'https://gitpkg.now.sh/LucasUnplugged/stitches/packages/react?v1.0.0-canary.10'

Or...

yarn add 'https://gitpkg.now.sh/LucasUnplugged/stitches/packages/react?v1.0.0-canary.10'

NOTE: Replace react with core, if not using React; and v1.0.0-canary.10 with the latest version of this fork.

Version Correlation

The version numbers of this fork correspond to the same version from the original, but with the above fixes added (without a version bump). I decided against a version bump so it would be easy to track if this fork is behind the original.


Original Stitches README.md...

Stitches

Style your components with confidence

CSS-in-JS with near-zero runtime, SSR, multi-variant support, and a best-in-class developer experience.

Stitches Core

Framework-agnostic implementation.

npm install @stitches/core

Read more

Stitches React

React wrapper including the styled API.

npm install @stitches/react

Read more


Documentation

For full documentation, visit stitches.dev.

Contributing

Please follow our contributing guidelines.

Authors

License

Licensed under the MIT License, Copyright © 2021-present Modulz.

See LICENSE for more information.