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

Documentation #47

Closed
Splaktar opened this issue May 10, 2021 · 7 comments
Closed

Documentation #47

Splaktar opened this issue May 10, 2021 · 7 comments

Comments

@Splaktar
Copy link

Is there any documentation for this?

I was confused by the repo name and posted a similar question in sass/dart-sass-embedded#39 which was closed and I was sent here.

Is there any guidance for using this with an Angular project?

Thank you

@nex3
Copy link
Contributor

nex3 commented May 12, 2021

We're still working on getting this package up and running, so our focus for now is on reaching basic functionality. Once it's in a place where it's fit to be used more broadly, we'll definitely document how to do so.

Note that in general, this aims to provide the same API as the sass and node-sass packages, so you can try using it as a drop-in replacement for those, although be aware that it's still missing a substantial chunk of functionality.

@Splaktar
Copy link
Author

OK, thank you for the info. Jeremy has been asking me to try it with Angular Material's website which uses the Angular CLI, but it's not clear that this is viable or possible atm. I'll get in touch with the Angular CLI team to see if they have any plans for supporting this, but I'm guessing that they won't be able to do so until there are some docs.

@nex3
Copy link
Contributor

nex3 commented May 12, 2021

I believe Angular uses Webpack to drive its imports, so this won't be (easily) usable from there until it at least supports importer plugins.

@Splaktar
Copy link
Author

Yeah, it looks like the Angular CLI team tried things out a bit this week.

Missing features they need

  • result stats need to return includedFiles
  • importer, includePaths and outputStyle options

@nex3
Copy link
Contributor

nex3 commented May 13, 2021

  • result stats need to return includedFiles

Can you elaborate on what this is needed for?

@Splaktar
Copy link
Author

@alan-agius4 thank you for looking into sass-embedded with the Angular CLI. Can you please provide some of the context requested above?

@nex3
Copy link
Contributor

nex3 commented Apr 11, 2022

We have a full README now and the embedded host is also documented on the Sass website, so I'm going to close this out.

@nex3 nex3 closed this as completed Apr 11, 2022
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