0.1.0-dev • Published 2 years ago

@changeset-test123/css v0.1.0-dev

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

CI status codecov NPM version NPM downloads

License Issues Open Github Forks Github Stars


🙋🏻  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 VariantsTheme tokensFramework agnostic APIResponsive StylesTypescript 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.

0.1.0-dev

2 years ago

2.0.0-dev

2 years ago

1.7.0-dev

2 years ago

1.6.0

2 years ago

1.6.0-dev

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.6.0

2 years ago