summaryrefslogtreecommitdiff
path: root/skins/vector/styles-beta.less
diff options
context:
space:
mode:
Diffstat (limited to 'skins/vector/styles-beta.less')
-rw-r--r--skins/vector/styles-beta.less13
1 files changed, 13 insertions, 0 deletions
diff --git a/skins/vector/styles-beta.less b/skins/vector/styles-beta.less
new file mode 100644
index 00000000..a76b6394
--- /dev/null
+++ b/skins/vector/styles-beta.less
@@ -0,0 +1,13 @@
+@import "variables.less";
+@import "beta/variables.less";
+
+@media screen {
+ @import "screen.less";
+ @import "beta/screen.less";
+ @import "externalLinks.less";
+ @import "collapsibleNav.less";
+}
+
+@media screen and (min-width: 982px) {
+ @import "screen-hd.less";
+}