eleventy-plugin-webc icon indicating copy to clipboard operation
eleventy-plugin-webc copied to clipboard

Is it possible to use sass when working with WebC in bundler mode?

Open MartyNZ opened this issue 2 years ago • 1 comments

If so, is there some documentation covering the implementation?

MartyNZ avatar Jun 09 '23 03:06 MartyNZ

Eleventy webc uses the eleventy-plugin-bundle under the hood. So you would add your sass as a transform in your eleventy config: https://github.com/11ty/eleventy-plugin-bundle/#use-with-webc

The example on that link uses postcss. But it will give you a general idea on how to proceed.

Hope this helps

djwebdroid avatar Jun 11 '23 14:06 djwebdroid