JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q47256F
  • License MIT

The modern CSS-in-JS library

Package Exports

  • @implydata/stitches-core
  • @implydata/stitches-core/config.d.ts
  • @implydata/stitches-core/css-util.d.ts
  • @implydata/stitches-core/css.d.ts
  • @implydata/stitches-core/global
  • @implydata/stitches-core/index.d.ts
  • @implydata/stitches-core/stitches.d.ts
  • @implydata/stitches-core/styled-component.d.ts
  • @implydata/stitches-core/theme.d.ts
  • @implydata/stitches-core/util.d.ts

Readme

@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


open in codepen


<script type="module">

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

</script>


open in codepen


<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.