aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/variables.less')
-rw-r--r--less/variables.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/variables.less b/less/variables.less
index a869ce960..a500097c9 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -180,9 +180,9 @@
// Media queries breakpoints
// --------------------------------------------------
-// Tiny screen / phone
-@screen-tiny: 480px;
-@screen-phone: @screen-tiny;
+// Extra small screen / phone
+@screen-xsmall: 480px;
+@screen-phone: @screen-xsmall;
// Small screen / tablet
@screen-small: 768px;