c0d3ster / DakDoug

Personal Website
https://dakdoug.com
0 stars 0 forks source link

CSS Modules #8

Closed c0d3ster closed 6 years ago

c0d3ster commented 6 years ago

My styles.css file is starting to get very lengthy, making it more time-consuming to search for/add styles. The solution to this problem is to start utilizing CSS modules. The project should already be set up to support this feature in the webpack.config.js, but it may take some time to split the CSS file up and dynamically import them. This is fairly low priority task, but the longer I wait to do it the longer it will take to do.