diff options
| author | dzwillia <[email protected]> | 2013-12-12 12:53:59 -0500 |
|---|---|---|
| committer | dzwillia <[email protected]> | 2013-12-12 12:53:59 -0500 |
| commit | 4b47c608351d1ac40a4067a163227db29035c47f (patch) | |
| tree | f5f8ffded58e5a5ffb2f42cb11f46f2183d171f1 | |
| parent | 9966d035cd35c510369286cbb645340bdd6ffc95 (diff) | |
| download | bootstrap-4b47c608351d1ac40a4067a163227db29035c47f.tar.xz bootstrap-4b47c608351d1ac40a4067a163227db29035c47f.zip | |
Added @dropdown-caret-color variable back to variables.less (deprecated)
| -rw-r--r-- | less/variables.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less index 8122161fd..3d7cb660c 100644 --- a/less/variables.less +++ b/less/variables.less @@ -189,6 +189,9 @@ @dropdown-header-color: @gray-light; +// Note: Deprecated @dropdown-caret-color as of v3.1.0 +@dropdown-caret-color: #000; + // COMPONENT VARIABLES // -------------------------------------------------- |
