-
@cynthiateeters A ha! Eleventy “templates” are processed by a template engine, see 11ty.dev/docs/glossary/#template A template is processed if the extension matches the engines we provide by default. You likely want passthrough file copy for CSS: 11ty.dev/docs/copy/
-
@cynthiateeters A few other quick tips for CSS: * Inline: 11ty.dev/docs/quicktips/inline-css/ * Concatenation via a template: 11ty.dev/docs/quicktips/concatenate/