html5-boilerplate
html5-boilerplate copied to clipboard
SASS/SCSS Support
I'm submitting a ...
- [ ] feature request
Feature requests
It would be better for boilerplate to offer full support for SASS/SCSS configurations
@momin-riyadh What would you expect that support to look like?
Like l run a command line from parcel bundler and my scss file compile simultaneously.
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,
Parcel is being removed from the project.
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