Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
/ chic Public archive

A CSS-sort-of-in-JS solution that's quite nice and well dressed

Notifications You must be signed in to change notification settings

aslilac/chic

Repository files navigation

Chic

A CSS-sort-of-in-JS solution that's quite nice and well dressed

import { chic, Stylist } from "chic";

import styles from "./Component.module.css";

const Component = (props) => {
	return (
		<Stylist styles={styles}>
			<chic.div cx={["color-blue", "font-lg", "padding-4"]}>Hello!</chic.div>
		</Stylist>
	);
};

About

A CSS-sort-of-in-JS solution that's quite nice and well dressed

Resources

Stars

Watchers

Forks

Packages