Loading css files conditionally useful?
There is no hard rule on this. Loading JS is discussed often because JS is more likely to conflict when a lot of plugins throw their scripts into the mix. CSS is less problematic in that regard. Still the same premise apply — you should aim for solution that performs well. In a situation you … Read more