UNPKG

postcss-fluid-typography

Version:

PostCSS plugin for responsive typography values using linear scale

15 lines (12 loc) 198 B
.foo { font-size: fluid 1rem 3rem; font-range: 420px 1280px; } .bar { font-size: fluid 1rem 3rem; font-range: 20em 60em; } .baz { font-size: fluid 1em 3em; font-range: 420px 1280px; }