p4-css
TypeScript icon, indicating that this package has built-in type declarations

1.5.1 • Public • Published

p4-css

nano-css configuration for P4.

Installation

npm i p4-css

Usage

Import it.

import {rule, globalCss} from 'p4-css';

Inject global CSS into your page.

globalCss();

Emit CSS and receive class name.

const className = rule({
  border: '1px solid red',
});

License

Unlicense — public domain.

Readme

Keywords

none

Package Sidebar

Install

npm i p4-css

Weekly Downloads

2,352

Version

1.5.1

License

Unlicense

Unpacked Size

8.41 kB

Total Files

7

Last publish

Collaborators

  • streamich