heels-test

2.0.0 • Public • Published

👠 teeny tiny css-in-js library!

Installation

npm install heels

Usage

import heels, {global} from 'heels'

global('body', `
  margin: 0;
  padding: 0;
  font-family: sans-serif;
`)

const classname = heels(`
  color: blue;
  font-size: 16px;
`)

const Text = () => <div className={classname}>Click me!</div>

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.02latest

Version History

VersionDownloads (Last 7 Days)Published
2.0.02

Package Sidebar

Install

npm i heels-test

Weekly Downloads

2

Version

2.0.0

License

MIT

Last publish

Collaborators

  • siddharthkp