---
type: Article
title: 11ty inline minified css
description: Minifying css for 11ty sites.
resource: https://www.simoncox.com/short-articles/2023-02-03-11ty-inline-minified-css/
tags: [Shorticles, Web, Eleventy]
timestamp: 2023-02-03
---

Minifying css for 11ty sites is quick and simple. [Quick Tip #001—Inline minified CSS](https://v0-7-1.11ty.dev/docs/quicktips/inline-css/) Using the CleanCSS plugin and moving the css file to _includes and then pulling the code into one line in the base.njk head.

[Read full article](https://www.simoncox.com/short-articles/2023-02-03-11ty-inline-minified-css/)
