eleventy-plugin-sass-lightningcss icon indicating copy to clipboard operation
eleventy-plugin-sass-lightningcss copied to clipboard

Compile Sass in Eleventy (11ty) and process it with LightningCSS to minify, prefix, and add future CSS support.

Results 6 eleventy-plugin-sass-lightningcss issues
Sort by recently updated
recently updated
newest added

I keep Sass files inside `src/_includes/scss`. Added this folder as an input folder, but the output lands in `dist`. Is there a way to declare it to put it inside...

Instead of manually checking the file name if it starts with an underscore, I've used the 11ty configuration API to ignore those files. I've also added a note about partials...

When I use .webc files they do not compile from scss to css

Everything works correctly except when saving .scss files the browser does a full page refresh instead of live reloading just the css change. Using: ``` "@11ty/eleventy": "^2.0.0", "@11tyrocks/eleventy-plugin-sass-lightningcss": "^1.0.1", ```...

I may have my .eleventy.js file misconfigured (although it is converting the Sass files to CSS), but how do I get it to autoprefix? I'm seeing some bizarre effects when...

It would be great if this plugin could support Eleventy v3 and also become ESM-first!