This website requires JavaScript.
Explore
Help
Sign In
Superminaren
/
pebble
mirror of
https://github.com/google/pebble
Watch
1
Star
0
Fork
You've already forked pebble
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3f343671ce
pebble
/
third_party
/
bourbon
/
css3
/
_user-select.scss
4 lines
95 B
SCSS
Raw
Blame
History
@mixin
user-select
(
$arg
:
none
)
{
@include
prefixer
(
user-select
,
$arg
,
webkit
moz
ms
spec
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink