I have been working on an ASP .NET web project that includes jQuery, jQuery UI, and reset/normalize css stylesheets. The CSS code is not up to par, so I plan to revamp it with a budget allocated for the task :)
During my research, I found two intriguing solutions that caught my eye:
- SASS
- Bootstrap
I am contemplating how to integrate these solutions into my existing application. While SASS seems straightforward - simply rewriting the CSS for a cleaner style, I am unsure about Bootstrap. What benefits does it offer if I do not intend to alter the layout of my site?
Additionally, are there any potential challenges I may encounter when incorporating Bootstrap or SASS into my website?