DEV Community

Discussion on: Simple HTML/CSS Workflow With Parcel

Collapse
 
equinusocio profile image
Mattia Astorino • Edited

Hi, i suggest you to use PostCSS over sass because it works very well with post-html and it allow you to use postcss-modules (amd other plugins) that bring css namespacing like CSS modules.

Collapse
 
antjanus profile image
Antonin J. (they/them)

That's a great idea! My goal was to setup quickly and I was very familiar with both SCSS and LESS. I've tried PostCSS a couple of times before but did not feel confident in trying to set it up for this project.