This is a clever trick (probably too clever) for setting up Eleventy to manage asset pipelines like SCSS and JavaScript transformations, as well as using hashes in filenames for cache busting.| Evan Sheehan
Yes, this is going to be yet another one of those articles explaining how I migrated this blog from Jekyll to Eleventy. You've been warned.| Thomas Broyer
Eleventy 3.0 adds a new API to optimize images anywhere on your site, without shortcodes.| www.aleksandrhovhannisyan.com
Compile Sass in Eleventy (11ty) and process it with LightningCSS to minify, prefix, and add future CSS support.. Latest version: 1.3.0, last published: 3 months ago. Start using @11tyrocks/eleventy-plugin-sass-lightningcss in your project by running `npm i @11tyrocks/eleventy-plugin-sass-lightningcss`. There are no other projects in the npm registry using @11tyrocks/eleventy-plugin-sass-lightningcss.| npm
Adding support for .scss files, complete with content hashes.| danburzo.ro
When building websites on Eleventy, we often have to decide how to deal with the CSS and JavaScript post-processing. Recently I came up with a solution, finally making CSS and JS first-class citizens in Eleventy for me.| pepelsbey.dev
Use these plugins or code snippets to make CSS a first-class templating language in Eleventy and add processing with LightningCSS and/or Sass.| 11ty.rocks
Review major feature additions, breaking changes, and various enhancements to prepare for the v2 stable release of 11ty.| 11ty.rocks
Precompiled Sass and JS files that become part of the source folder.| chriskirknielsen