I think I divide it because css grew big, and to do import.
@import url("aaa.css");
.
.
.
@import url("zzz.css");
is there be the number of the upper limits of import files?
I think I divide it because css grew big, and to do import.
@import url("aaa.css");
.
.
.
@import url("zzz.css");
is there be the number of the upper limits of import files?
Internet Explorer has a maximum of 32 @imports. There is even a limit of ~288kb per css file.
Firefox and Opera should not be limited.