html5-boilerplate icon indicating copy to clipboard operation
html5-boilerplate copied to clipboard

SASS/SCSS Support

Open momin-riyadh opened this issue 2 years ago • 3 comments

I'm submitting a ...

  • [ ] feature request

Feature requests

It would be better for boilerplate to offer full support for SASS/SCSS configurations

momin-riyadh avatar Aug 26 '22 09:08 momin-riyadh

@momin-riyadh What would you expect that support to look like?

roblarsen avatar Sep 02 '22 21:09 roblarsen

Like l run a command line from parcel bundler and my scss file compile simultaneously.

momin-riyadh avatar Sep 02 '22 23:09 momin-riyadh

Thanks. The CSS files that are there would not benefit from being SCSS files (I've experimented with it) but if the basic workflow was beneficial I wouldn't be against it. But I've actually look ed at converting the source files to being SCSS natively and there's no benefit other than the plumbing,

roblarsen avatar Sep 03 '22 01:09 roblarsen

Parcel is being removed from the project.

roblarsen avatar Mar 11 '23 20:03 roblarsen

One more thing I can say is that all the .html extension files should reload. Suppose I work on index.html and finish and I create a copy of index.html and rename the post.html and work on it, it should also reload on the browser on the gulp command, and every change

momin-riyadh avatar Mar 12 '23 06:03 momin-riyadh