skinning @import ignores all but the last @import
-------------------------------------------------
Key: TRINIDAD-1971
URL: https://issues.apache.org/jira/browse/TRINIDAD-1971
Project: MyFaces Trinidad
Issue Type: Bug
Components: Skinning
Reporter: Jeanne Waldman
Assignee: Jeanne Waldman
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.