I am using cssmin on files containing @imports. cssmin is recursively importing local files correctly, but for imports that point to a URL the imports are left inline. This ma
Putting the imports at the top of my scss didn't work for me,I ended up importing the external stylesheets directly from the html:
......