Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The skinning framework is ignoring all but the last @import.
In purpleBigFont.css, I have:
@import url("purpleBigFontSkinTwo.css");
@import url("purpleBigFontSkinThree.css");
The selectors from 'Two' are not getting imported.
The selectors from 'Three' are.
If I swap the order, then 'Two' is getting imported, and 'Three' is not.