| [CSS] How to import another css into my theme? [message #987830] |
Wed, 28 November 2012 05:31  |
Francis Delsinnes Messages: 35 Registered: November 2011 |
Member |
|
|
Hi,
How to import a css into my current css theme?
Into my rap application, I use a style sheet to define a current theme...
But my css file is huge => How to split the content into several files?
Is it possible?
Is it a limitation of the RAP framework?
I tried with the following start commands:
@import "split1.css";
@import url("split1.css");
@import url('split1.css');
@import url(split1.css);
but I get the following exception:
osgi> org.w3c.css.sac.CSSException: import rules not supported - ignored
Normally, it's supported by most browsers:
http://www.westciv.com/style_master/academy/browser_support/basic_concepts.html
Thanks in advance.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01675 seconds