PostCSS Baseline Grid Overlay
PostCSS plugin to check vertical rhythm by using a baseline grid overlay created with the linear-gradient function.
Outputs:
You can see what the output looks like on CodePen: link
The values for the baseline-grid-overlay
property are:
<base-line-height> [, <line-color> [, <z-index>]]
The line-color
and z-index
values default to rgba(0, 0, 0, .25)
and 9999
if omitted.
Usage
See PostCSS docs for examples for your environment.