abdullahmorrison / personal-website

A portfolio website to showcase Abdullah Morrison's personal projects.
https://abdullahmorrison.com
0 stars 0 forks source link

Compiling SASS is inefficient #3

Closed abdullahmorrison closed 2 years ago

abdullahmorrison commented 2 years ago

In order for the scss to be compiled into css for the build to run, you have to specify each scss file and what to convert it to in the package.json file.

This is inefficient, there should be a better way of doing this.