0.1.0 • Published 2 years ago

@hadihallak/core v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

@stitches/core

@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 @stitches/core

# with yarn
yarn add @stitches/core

<script type="module">

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

</script>

<script src="https://unpkg.com/@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.

1.3.1-0

2 years ago

0.1.0

3 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago