Launch Week Day 2: Introducing Reports: An Extensible Reporting Framework for Socket Data.Learn More
Socket
Book a DemoSign in
Socket

@sigmacomputing/stitches-core

Package Overview
Dependencies
Maintainers
127
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@sigmacomputing/stitches-core

The modern CSS-in-JS library

latest
Source
npmnpm
Version
1.3.1-7
Version published
Weekly downloads
0
Maintainers
127
Weekly downloads
 
Created
Source

@sigmacomputing/stitches-core

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

# with yarn
yarn add @sigmacomputing/stitches-core


open in codepen


<script type="module">

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

</script>


open in codepen


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

Keywords

component

FAQs

Package last updated on 21 Nov 2023

Did you know?

Socket

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