Skip to content

Commit

Permalink
Add mixin user-select
Browse files Browse the repository at this point in the history
  • Loading branch information
Randson Oliveira committed May 9, 2015
1 parent d0eab0d commit 7ea14a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion less/helpers/prefixer.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
-ms-@{prop}: @val; // IE 9
-o-@{prop}: @val;
@{prop}: @val;
}
}
7 changes: 7 additions & 0 deletions less/mixins/user-select.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

// User select
//
// For selecting text on the page
.user-select(@select) {
.prefixer(user-select, @select);
}
1 change: 1 addition & 0 deletions less/stretch.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
@import "mixins/size.less";
@import "mixins/opacity.less";
@import "mixins/box-sizing.less";
@import "mixins/user-select.less";

// Functions

Expand Down

0 comments on commit 7ea14a4

Please sign in to comment.