diff options
| author | Mark Otto <[email protected]> | 2012-01-17 23:52:49 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-17 23:52:49 -0800 |
| commit | dd4140319ab4380dd21f5e90e65ef855c54c3420 (patch) | |
| tree | eb39edf1be0aec9d781eddf97fe8154e46f14bf4 /lib/variables.less | |
| parent | 8c1a908754cac2d5760d433318f81471ad164330 (diff) | |
| download | bootstrap-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.less | 4 |
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; |
