vector.css

From Brickipedia, the LEGO Wiki
< User talk:NovaHawk (test)
Revision as of 03:27, 2 January 2015 by ToaMeiko (talk | contribs) (Created page with "You might want to use this code instead and on User:NovaHawk (test)/deepsea.js: <syntaxhighlight lang="javascript"> mw.loader.load('//en.brickimedia.org/index.php?title=U...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

You might want to use this code instead and on User:NovaHawk (test)/deepsea.js:

mw.loader.load('//en.brickimedia.org/index.php?title=User:NovaHawk/deepsea.css&action=raw&ctype=text/css','text/css');

That avoids using @import which is generally slow and messy, where as mw.loader is built right into the software. :) --ToaMeiko (talk) 03:27, 2 January 2015 (UTC)