0

What I'd like to achieve is an elegant way to have a page->sass files mapping that would run sass compilation, create a special css bundle and put a link to it to the page.

  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Nov 08 '21 at 09:17

1 Answers1

0

If I am right, you want that the files (with extension sccs/sass) from some folder let called "SASS" be compiled automatically and saved to another folder let called "CSS".

Then, you can use "npm sass" if you are working with react and if you're using with plain HTML you can install "watch sass" extension available in vs code and atom, I don't know about other editors.

Shivam Goyal
  • 9
  • 1
  • 1