Kronuz/pyScss

@charset should only output once

kaaaahhhhnnnn opened this issue · 2 comments

@charset "utf-8";
@charset "utf-8";

should only show up once.

This is especially an issue if you are using pyscss with the bourbon + neat libraries, since neat uses charset at the top of each of their included files, so your output will have about 40 instances of '@charset "UTF-8";' in it.

eevee commented

I suppose the question is... what happens if there are multiple @charsets with different arguments?