This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
react.dev
mirror of
https://github.com/lukechilds/react.dev.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
1459
Commits
2
Branches
0
Tags
148 MiB
Tree:
eb3c1bd437
react.dev
/
_css
/
bourbon
/
css3
/
_appearance.scss
4 lines
94 B
Raw
Normal View
History
Initial public release
12 years ago
@mixin
appearance
(
$value
)
{
@include
prefixer
(
appearance
,
$value
,
webkit
moz
ms
o
spec
)
;
}