Skip to content

Commit

Permalink
Add missing space in .backface-visibility definition; fixes twbs#17873
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
cvrebert committed Oct 10, 2015
1 parent c697e17 commit 799ccf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/mixins/vendor-prefixes.less
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
// Prevent browsers from flickering when using CSS 3D transforms.
// Default value is `visible`, but can be changed to `hidden`

.backface-visibility(@visibility){
.backface-visibility(@visibility) {
-webkit-backface-visibility: @visibility;
-moz-backface-visibility: @visibility;
backface-visibility: @visibility;
Expand Down

0 comments on commit 799ccf3

Please sign in to comment.