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>

/heels-test/

    Package Sidebar

    Install

    npm i heels-test

    Weekly Downloads

    2

    Version

    2.0.0

    License

    MIT

    Last publish

    Collaborators

    • siddharthkp