plugins: change return codes of geany_load_module() and GeanyPluginFuncs::init
[geany-mirror.git] / tests / ctags / css-at-rules.css
blobeca0fa096b1f08210eacc201d0f9de0dbb2fa5b4
2 @import "foo.css";
4 @namespace url(http://www.w3.org/1999/xhtml);
5 @namespace svg url(http://www.w3.org/2000/svg);
7 @media screen {
8 body { font-size: 10pt; }
10 @media print {
11 body { font-size: 12px; }
13 @media screen, print {
14 body { line-height: 1.2 }
17 @page :first {
18 margin: 2in;
21 @font-face {
22 font-family: Sample;
23 src: local("Sample"),
24 url(Sample.ttf);
27 html { color: blue; }