mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-24 22:14:43 +00:00
Merge pull request #8498 from cvrebert/patch-1
Add missing backtick in comment
This commit is contained in:
commit
7dbcce30c1
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@
|
|||
|
||||
// Backface visibility
|
||||
// Prevent browsers from flickering when using CSS 3D transforms.
|
||||
// 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
|
||||
.backface-visibility(@visibility){
|
||||
-webkit-backface-visibility: @visibility;
|
||||
|
|
|
|||
Loading…
Reference in a new issue