DayInReview / day-in-review

Full Day In Review application
http://dayinreview.org
Apache License 2.0
2 stars 0 forks source link

CSS to Sass #33

Closed ishan0102 closed 3 years ago

ishan0102 commented 3 years ago

Problem

Vanilla CSS doesn't have powerful features like variables and nesting. Sass makes it easy to write clean CSS that follows the same programming principles most languages today do.

Solution

Changing all css file extensions to scss will make CSS files Sass files.

Testing

This was tested by verifying that all existing CSS was still intact.

Closes #32