aboutsummaryrefslogtreecommitdiff
path: root/lib/variables.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-17 23:52:49 -0800
committerMark Otto <[email protected]>2012-01-17 23:52:49 -0800
commitdd4140319ab4380dd21f5e90e65ef855c54c3420 (patch)
treeeb39edf1be0aec9d781eddf97fe8154e46f14bf4 /lib/variables.less
parent8c1a908754cac2d5760d433318f81471ad164330 (diff)
downloadbootstrap-dd4140319ab4380dd21f5e90e65ef855c54c3420.tar.xz
bootstrap-dd4140319ab4380dd21f5e90e65ef855c54c3420.zip
revamp the mixins file to organize things a bit more, make placeholder text use a new variable instead of relying solely on @grayLight
Diffstat (limited to 'lib/variables.less')
-rw-r--r--lib/variables.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/variables.less b/lib/variables.less
index 3f32c36f4..3709d598d 100644
--- a/lib/variables.less
+++ b/lib/variables.less
@@ -68,3 +68,7 @@
// Visuals
@primaryButtonColor: @blue;
+
+
+
+@placeHolderText: @grayLight;