Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@changeset-test123/css

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@changeset-test123/css

⚡️ @changeset-test123/css

  • 0.1.0-dev
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

⚡️ @changeset-test123/css

CI status codecov NPM version NPM downloads


License Issues Open Github Forks Github Stars

📝  Table of Content


🙋🏻  Getting Started

Inside this package you'll found all theme and tokes definitions we're using to style and create components inside our application and design system.

✨ The main tool used behind the scenes here as CSS-in-JS library is Stitches, so we encourage you to know better about it on their website. Stitches comes with a lot of great features like:

Variants and Compound Variants
Theme tokens
Framework agnostic API
Responsive Styles
Typescript Support

📦  Install

$ yarn add @changeset-test123/css
$ pnpm install @changeset-test123/css

👨🏻‍💻  Usage

import { css } from "@changeset-test123/css";

const App = () => <div className={customStyle()}>Hello world</div>;

const customStyle = css({
  bg: "$gray6",
});

💪🏻  Contributing

Feel like contributing? That's awesome! We have a contributing guide to help guide you.

📜  License

The primary license for this repo is Apache 2.0, see LICENSE.

FAQs

Package last updated on 08 Sep 2022

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc