postcss-ms-unit

PostCSS plugin to add modular scale unit

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
postcss-ms-unit
0.0.27 years ago7 years agoMinified + gzip package size for postcss-ms-unit in KB

Readme

PostCSS Ms Unit !Build Statusci-imgci
PostCSS plugin to add modular scale unit.
.foo {
    font-size: 1ms;
}

.foo {
    font-size: 19.2px;
}

Usage

postcss([ require('postcss-ms-unit') ])

You can also declare the ratios in root like so
:root {
    --ms-base: 16;
    --ms-base: 1.2;
}

See PostCSS docs for examples for your environment.