1.4.0 • Published 2 months ago

@implydata/stitches-core v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@implydata/stitches-core

@implydata/stitches-core is a framework-agnostic implementation of stitches, a CSS-in-JS library with a best-in-class developer experience.

# with npm
npm install @implydata/stitches-core

# with yarn
yarn add @implydata/stitches-core

<script type="module">

import { css } from 'https://cdn.skypack.dev/@implydata/stitches-core'

</script>

<script src="https://unpkg.com/@implydata/stitches-core/dist/index.global.js"></script>
<script>

const { css } = stitches

</script>

Documentation

For full documentation, visit stitches.dev.

Contributing

Please follow our contributing guidelines.

Authors

License

Licensed under the MIT License, Copyright © 2022-present WorkOS.

See LICENSE for more information.