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

Choose a custom input path #24

Closed
xplosionmind opened this issue Mar 21, 2023 · 3 comments
Closed

Choose a custom input path #24

xplosionmind opened this issue Mar 21, 2023 · 3 comments

Comments

@xplosionmind
Copy link

I would like to put my styles folder (containing the main .scss file and its modules) in the root of my directory rather than within the input directory. Is there a way I can do so?

Thanks ❤️

@kentaroi
Copy link
Owner

eleventy-sass makes use of Eleventy's file watching functionality.
Therefore, your Sass/SCSS files should be inside your project's input directory.

For your use case, I recommend using the following plugin:
https://github.com/AramZS/eleventy-plugin-dart-sass

@xplosionmind
Copy link
Author

Thanks, but this plugin is wonderful and I do not mind having to keep the styles directory inside the input directory to use it!

@kentaroi
Copy link
Owner

Thanks, @xplosionmind!

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