When @charset 'UTF-8'; is set in second or third css file it destroys css rendering in safari.
you could remove @charset from all but the first css file.
@charset must be defined in the top of the document. like in html where you need to define it as the first tag inside the header tag. :)
When @charset 'UTF-8'; is set in second or third css file it destroys css rendering in safari.
you could remove @charset from all but the first css file. @charset must be defined in the top of the document. like in html where you need to define it as the first tag inside the header tag. :)