mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-18 15:54:26 +01:00
Merge pull request #14171 from wangsai/tab2space
Tabs to spaces in variables.less
This commit is contained in:
commit
33156dc184
@ -7,7 +7,7 @@
|
|||||||
//
|
//
|
||||||
//## Gray and brand colors for use across Bootstrap.
|
//## Gray and brand colors for use across Bootstrap.
|
||||||
|
|
||||||
@gray-base: #000;
|
@gray-base: #000;
|
||||||
@gray-darker: lighten(@gray-base, 13.5%); // #222
|
@gray-darker: lighten(@gray-base, 13.5%); // #222
|
||||||
@gray-dark: lighten(@gray-base, 20%); // #333
|
@gray-dark: lighten(@gray-base, 20%); // #333
|
||||||
@gray: lighten(@gray-base, 33.5%); // #555
|
@gray: lighten(@gray-base, 33.5%); // #555
|
||||||
|
Loading…
x
Reference in New Issue
Block a user