@talamh/sizing
v0.0.1
Published
Size units for using across all of Talamh
Downloads
2
Readme
Talamh Standard Sizing
Talamh's sizing units
Talamh uses standard sizing units to add visual harmony and consistency to page elements. The size values are provided as CSS variables that can be included in any project through a bundler or using something like a PostCSS plugin.
Talamh's sizes are roughly based off the golden ratio, rounding both down and up to whole numbers when nessessary.
Install
npm install @talamh/sizing
Usage
Within your CSS:
@import '@talamh/sizing';
Contributing
PRs accepted.
License
Source code licensed under AGPLv3 © Jeremy Boles