Css

Guard LiveReload and CSS @import

Guard LiveReload is an amazing tool to speed up your web development but doesn't reload CSS files linked using @import. Luckily there is an easy fix!

1 minute read

Let me preface this post with the following statement: Don’t use @import for CSS files! It blocks parallel downloading so your browser has to wait for the CSS files to load before moving on.