Socket
Socket
Sign inDemoInstall

@stitches/core

Package Overview
Dependencies
0
Maintainers
3
Versions
91
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @stitches/core

The modern CSS-in-JS library


Version published
Weekly downloads
95K
decreased by-19.61%
Maintainers
3
Install size
500 kB
Created
Weekly downloads
 

Readme

Source

@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


open in codepen


<script type="module">

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

</script>


open in codepen


<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 © 2021-present Modulz.

See LICENSE for more information.

Keywords

FAQs

Last updated on 25 Apr 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc