diff options
| author | Chris Rebert <[email protected]> | 2013-07-16 10:49:59 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-07-16 10:49:59 -0700 |
| commit | 76063ea73967928ce648b54fb4088856d9bb32c8 (patch) | |
| tree | 8683226d835fc132e0f2d14ffe9d787afba78017 | |
| parent | ced641b1079ae9ab1b59c39ce9edf82b85b3fb37 (diff) | |
| download | bootstrap-76063ea73967928ce648b54fb4088856d9bb32c8.tar.xz bootstrap-76063ea73967928ce648b54fb4088856d9bb32c8.zip | |
Add missing backtick in comment
| -rw-r--r-- | less/mixins.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less index e5643721d..440dcd074 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -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; |
