In my quest to achieve the best CSS practices on my website, I initially relied on my own custom CSS. However, I then discovered the option of using CSS frameworks like Bootstrap or Foundation Zurb. While I believed that using a framework alone would meet all my styling needs, I soon realized that I still needed to add custom CSS to achieve the exact look I desired.
I see the benefits of using a CSS framework, such as being served over CDN for improved bandwidth and load speed. However, I'm left wondering if it's possible to solely rely on a CSS framework without any additional custom styling.
Furthermore, I'm curious about the effectiveness of creating custom CSS and using @import
to incorporate a CSS framework within the custom file. Is this considered a good practice?
Could someone offer insight into the most efficient method for serving a CSS file with or without a CSS framework on my website?