Conditional import

Published: July 10, 2019
css
@import url('mobile.css') screen and (max-width: 600px);

This is really useful because you can start your mobile CSS file without the extra indentation.

Remember that importing other CSS files like this will make the browser do a separate network request