mirror of https://github.com/twbs/bootstrap.git
Removed trailing whitespaces
Changed hard tabs to soft tabs
This commit is contained in:
parent
55e1fcef60
commit
3696530aaf
|
|
@ -158,9 +158,9 @@
|
|||
// Default value is `visible`, but can be changed to `hidden`
|
||||
// See git pull https://github.com/dannykeane/bootstrap.git backface-visibility for examples
|
||||
.backface-visibility(@visibility){
|
||||
-webkit-backface-visibility: @visibility;
|
||||
-moz-backface-visibility: @visibility;
|
||||
backface-visibility: @visibility;
|
||||
-webkit-backface-visibility: @visibility;
|
||||
-moz-backface-visibility: @visibility;
|
||||
backface-visibility: @visibility;
|
||||
}
|
||||
|
||||
// Background clipping
|
||||
|
|
|
|||
Loading…
Reference in New Issue