Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 560 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 560 Bytes

NUSHI ヌシ

A delightful, classless stylesheet 〰️

Installation

Adding this to your project is easy:

npm install github:onerbs/nushi

Usage

You can grab the minified file from the dist folder:

<link href="dist/nushi.min.css" />

Or import it on the main file of a React app:

import '@onerbs/nushi';

Acknowledgments

This project was mainly inspired by Basic.css, and also by many other stylesheets with similar goals.