diff --git a/less/variables.less b/less/variables.less
index 81b53f8d50dd3468a8b6becd15766a02d6ad056d..8b114da997a1d18fa1152f420c59f573805494df 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -349,6 +349,9 @@
 // Grid system
 // --------------------------------------------------
 
+// Number of columns in the grid system
 @grid-columns:              12;
+// Padding, to be divided by two and applied to the left and right of all columns
 @grid-gutter-width:         30px;
+// Point at which the navbar stops collapsing
 @grid-float-breakpoint:     768px;