mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-10 21:33:09 +00:00
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
This commit is contained in:
commit
f43fa23ae0
3 changed files with 12 additions and 12 deletions
|
|
@ -158,9 +158,9 @@
|
||||||
// Default value is `visible`, but can be changed to `hidden`
|
// Default value is `visible`, but can be changed to `hidden`
|
||||||
// See git pull https://github.com/dannykeane/bootstrap.git backface-visibility for examples
|
// See git pull https://github.com/dannykeane/bootstrap.git backface-visibility for examples
|
||||||
.backface-visibility(@visibility){
|
.backface-visibility(@visibility){
|
||||||
-webkit-backface-visibility: @visibility;
|
-webkit-backface-visibility: @visibility;
|
||||||
-moz-backface-visibility: @visibility;
|
-moz-backface-visibility: @visibility;
|
||||||
backface-visibility: @visibility;
|
backface-visibility: @visibility;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Background clipping
|
// Background clipping
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue