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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.5.12,601latest

Version History

VersionDownloads (Last 7 Days)Published
1.5.12,601
1.5.01
1.4.00
1.3.00
1.2.00
1.1.00
1.0.07

Package Sidebar

Install

npm i p4-css

Weekly Downloads

2,609

Version

1.5.1

License

Unlicense

Unpacked Size

8.41 kB

Total Files

7

Last publish

Collaborators

  • streamich