@smartlook/stitches-core
v1.2.7-experimental
Published
The modern CSS-in-JS library
Downloads
3
Readme
@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
- Pedro Duarte (@peduarte) - Modulz
- Abdulhadi Alhallak (@hadi_hlk) - Modulz
- Jonathan Neal (@jon_neal) - Modulz
License
Licensed under the MIT License, Copyright © 2021-present Modulz.
See LICENSE for more information.