Eleventy Plugin Baseline

A magic carpet ride

Documentation — Table of Contents

assets-postcss

Note: The options API is still evolving; expect tweaks as the project grows.

What it does

Defaults

How it works

Inlining your CSS

Example:

{% set cssPath = _baseline.assets.input ~ "css/critical.css" %}
{{ cssPath | inlinePostCSS | safe }}

Tips

Previous: assets-esbuild

Next: head-core