eleventy-plugin-sass-lightningcss
eleventy-plugin-sass-lightningcss copied to clipboard
Is it possible to define output directory?
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 dist/css? Adding outputDir: "css" to options does not work.