eleven_ty’s avatareleven_ty’s Twitter Archive—№ 8,606

  1. …in reply to @cynthiateeters
    @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/
    1. …in reply to @eleven_ty
      @cynthiateeters A few other quick tips for CSS: * Inline: 11ty.dev/docs/quicktips/inline-css/ * Concatenation via a template: 11ty.dev/docs/quicktips/concatenate/