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

Browser support #328

Open
5 tasks
glenn2223 opened this issue Sep 27, 2023 · 0 comments
Open
5 tasks

Browser support #328

glenn2223 opened this issue Sep 27, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@glenn2223
Copy link
Owner

glenn2223 commented Sep 27, 2023

Issue

VS Code has the web environment vcode.dev. However, this extension doesn't currently support it due to the underlying dependencies on node modules like fs, path, utils, etc.

Proposal

Add browser support. I hope this doesn't take too much work by switched to sass-embedded

TODO

  • Check if there are extra requirements
  • Stop using native "node" modules/references (like path and fs)
  • Switch from sass-embedded.compileAsync to sass-embedded.compileStringAsync
  • Add the new browser location to the package.json
  • Update readme and docs

Depends on

@glenn2223 glenn2223 added the enhancement New feature or request label Sep 27, 2023
@glenn2223 glenn2223 added this to the v7 milestone Sep 27, 2023
@glenn2223 glenn2223 mentioned this issue Sep 27, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant