lambeboluwatife / lbdflix

A movie app to see latest movies, movie details, and watch movies trailers.
https://lbdflix.vercel.app
MIT License
11 stars 13 forks source link

Implementation of SASS in the project #38

Closed Daniel-C-Igbokwe closed 1 month ago

Daniel-C-Igbokwe commented 5 months ago

I will like to implement SASS in the project because, SASS helps to make the code cleaner and more reusable especially as the projects becomes larger. Sass enables developers to write cleaner, more efficient code. Sass reduces repetition of CSS and therefore saves time.

Sass lets you use features that do not exist in CSS, like variables, nested rules, mixins, imports, inheritance, built-in functions, and other stuff. Almost making sass like a real programming language.