stackcss / css-scale

Scalar CSS variables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

css-scale

NPM version Downloads

Scalar CSS variables. Useful to quickly prototype interfaces using consistent values. Extracted from gravitons.

Installation

$ npm install css-scale

Usage

With sheetify installed do:

@import 'css-scale';

h1 {
  font-size: var(--h1);
}

.title {
  padding: var(--s2);
}

API

s{1..4}

A size value in rem. Useful for setting margins, offsets and other sizes.

h{1..6}

A heading value in rem. Useful for setting font-sizes and line-heights.

See Also

License

MIT

About

Scalar CSS variables

License:MIT License


Languages

Language:CSS 100.0%