1.2.0 • Published 3 years ago

really.css v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

really.css

npm.io

A really simple CSS utility library.

Features

One-to-one mapping from classes to styles. Really!

All classes in really.css map directly to a single CSS property and value.

For example, the display-none class applies display: none !important, margin-0 applies margin: 0 !important and so on.

See Class Reference for the full list.

Trivial values only

By only including trivial values like 0 and none, really.css avoids making any assumptions about your design system.

Really tiny

At under 2kb gzipped, really.css is designed to have minimal impact on performance.