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