Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MartyNZ opened this issue Jun 9, 2023 · 1 comment
Open

Comments

@MartyNZ
Copy link

MartyNZ commented Jun 9, 2023

If so, is there some documentation covering the implementation?

@djwebdroid
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants